EIoT LoRa node 3 - Working ok
Dependencies: BufferedSerial SX1276GenericLib-node1 mbed
Fork of DISCO-L072CZ-LRWAN1_LoRa_node by
Diff: main.cpp
- Revision:
- 13:671d602e700e
- Parent:
- 12:a6a37ba1feff
--- a/main.cpp Wed Aug 08 22:33:19 2018 +0000 +++ b/main.cpp Mon Oct 08 16:11:17 2018 +0000 @@ -17,7 +17,7 @@ ser->baud(115200); ser->format(8); myled = 1; - btn.fall(&onButtonEvent); + //btn.fall(&onButtonEvent); SX1276PingPong(); }