ping pong

Dependencies:   SX1272Lib mbed

Fork of SX1276PingPong by Semtech

Revision:
14:e6b2c1612a03
Parent:
13:1f1f356631e1
--- a/main.cpp	Tue Feb 09 02:06:08 2016 +0000
+++ b/main.cpp	Wed Feb 17 00:49:05 2016 +0000
@@ -337,7 +337,7 @@
     RssiValue = rssi;
     SnrValue = snr;
     State = RX;
-    debug_if( DEBUG_MESSAGE, "> OnRxDone\r\n" );
+    debug_if( DEBUG_MESSAGE, "> OnRxDone RSSI: %d SNR: %d\r\n" ,rssi,snr);
 }
 
 void OnTxTimeout( void )