Wireless interface using LoRa technology
Dependencies: AlohaTransceiver RingBuffer SX1276Lib_inAir SerialInterfaceProtocol mbed L3PDU
Diff: main.cpp
- Revision:
- 18:ce8dc94163d8
- Parent:
- 17:7093a533b4ae
- Child:
- 20:ff70a415660a
--- a/main.cpp Wed Aug 24 04:09:42 2016 +0000 +++ b/main.cpp Wed Aug 24 10:36:40 2016 +0000 @@ -522,7 +522,7 @@ payload[5] = rssi.bytes[1]; // make response - SIP.respond(0xf1, payload, 3); + SIP.respond(0xf1, payload, 6); break; }