Wireless interface using LoRa technology

Dependencies:   AlohaTransceiver RingBuffer SX1276Lib SerialInterfaceProtocol mbed L3PDU

Revision:
18:f37e567f0497
Parent:
16:ab2d9341997a
Child:
19:6a59fb0ee921
--- a/main.cpp	Fri Aug 12 04:14:36 2016 +0000
+++ b/main.cpp	Tue Aug 23 00:23:47 2016 +0000
@@ -506,7 +506,7 @@
     
     // register callback functions for SIP
     SIP.registerCommand(0x00, toggleChecksum);
-    SIP.registerCommand(0x02, NULL);                    // send message is not available for the base station
+    SIP.registerCommand(0x01, NULL);                    // send message is not available for the base station
     SIP.registerCommand(0x02, configureRadio);
     SIP.registerCommand(0x03, radioUpdateSettings);
     SIP.registerCommand(0x04, querySensors);