This commit is contained in:
Starbeamrainbowlabs 2019-04-23 00:36:46 +01:00
parent a5bd772ac5
commit 22a1390a9a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// rf95_server.pde
// -*- mode: C++ -*-
// Example sketch showing how to create a simple messageing server
// Example sketch showing how to create a simple messaging 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,5 +82,3 @@ void loop()
}
}
}