1

Revision:
8:0518c6e68b79
Parent:
7:ba81f66e56d1
Child:
9:97a6de3dbc86
--- a/radio_sx128x.cpp	Wed Dec 05 15:04:48 2018 -0800
+++ b/radio_sx128x.cpp	Thu Dec 06 17:57:21 2018 -0800
@@ -381,7 +381,7 @@
 
 void Radio::SetPublicNetwork(bool en)
 {
-    uint16_t ppg;
+/*    uint16_t ppg;
 
     if (en)
         ppg = 0x3444;
@@ -389,6 +389,7 @@
         ppg = 0x1424;
 
     radio.writeReg(REG_ADDR_LORA_SYNC, ppg, 2);
+*/
 }
 
 uint32_t Radio::lora_toa_us( uint8_t pktLen )