Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276GenericLib USBDevice
Fork of PICO_LP0 by
Diff: SX1276GenericPingPong/GenericPingPong2.h
- Revision:
- 6:51f492ca61a2
- Parent:
- 3:85fc843a9d7d
- Child:
- 7:c92ed2d6e344
--- a/SX1276GenericPingPong/GenericPingPong2.h Tue Oct 13 00:45:46 2020 +0000
+++ b/SX1276GenericPingPong/GenericPingPong2.h Wed Oct 14 00:19:02 2020 +0000
@@ -34,8 +34,10 @@
*/
-const uint8_t PingMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'I', 'N', 'G'};// "PING"; // 255, 255, 0, 0, 80, 73, 78, 71
-const uint8_t PongMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'O', 'N', 'G'};// "PONG"; // 255, 255, 0, 0, 80, 79, 78, 71
+//const uint8_t PingMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'I', 'N', 'G'};// "PING"; // 255, 255, 0, 0, 80, 73, 78, 71
+const uint8_t PingMsg[] = {0xff};
+//const uint8_t PongMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'O', 'N', 'G'};// "PONG"; // 255, 255, 0, 0, 80, 79, 78, 71
+const uint8_t PongMsg[] = {0x00};
// This keeps track of how many times a transmission times out.
static int RxTimeoutCount = 0;
