Compare commits
No commits in common. "f8e5e2dd8b275c3a7bdc2d96839ff89570d85b58" and "a0b68ebc159f888a58f9ab2925c7e873e199e5e8" have entirely different histories.
f8e5e2dd8b
...
a0b68ebc15
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// rf95_server.pde
|
||||
// -*- mode: C++ -*-
|
||||
// Example sketch showing how to create a simple messaging server
|
||||
// Example sketch showing how to create a simple messageing server
|
||||
// with the RH_RF95 class. RH_RF95 class does not provide for addressing or
|
||||
// reliability, so you should only use RH_RF95 if you do not need the higher
|
||||
// level messaging abilities.
|
||||
|
@ -82,3 +82,5 @@ void loop()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue