ping pong for packet loss

Dependencies:   mbed SX1276Lib

Revision:
19:29a983e47ef3
Parent:
18:087e69df22a0
Child:
20:d29e04f0a066
--- a/main.cpp	Tue Jun 30 16:03:20 2020 +0000
+++ b/main.cpp	Tue Jun 30 16:12:13 2020 +0000
@@ -119,7 +119,7 @@
     RadioEvents.RxTimeout = OnRxTimeout;
     Radio.Init( &RadioEvents );
 
-    // verify the connection with the board
+    // verify the connection with      the board
     while( Radio.Read( REG_VERSION ) == 0x00  )
     {
         debug( "Radio could not be detected!\n\r", NULL );