MAX32625PICO LP1 mode

Dependencies:   SX1276GenericLib USBDevice

Fork of PICO_LP1 by Walter Luu

Revision:
6:51f492ca61a2
Parent:
3:85fc843a9d7d
Child:
7:8875c4d513bb
--- a/SX1276GenericPingPong/GenericPingPong2.cpp	Tue Oct 13 00:45:46 2020 +0000
+++ b/SX1276GenericPingPong/GenericPingPong2.cpp	Wed Oct 14 00:19:02 2020 +0000
@@ -19,7 +19,7 @@
 #ifdef FEATURE_LORA				// in main.cpp
 
 /* Set this flag to '1' to display debug messages on the console */
-#define DEBUG_MESSAGE   1
+#define DEBUG_MESSAGE   0
 
 /* Set this flag to '1' to use the LoRa modulation or to '0' to use FSK modulation */
 #define USE_MODEM_LORA  1
@@ -56,7 +56,8 @@
 #endif 
 
 
-#define RX_TIMEOUT_VALUE    3500	// in ms
+//#define RX_TIMEOUT_VALUE    3500	// in ms, default
+#define RX_TIMEOUT_VALUE    333	// testing
 //#define RX_TIMEOUT_VALUE    333	// in ms
 
 //#define BUFFER_SIZE       32        // Define the payload size here