EIoT LoRa node 2 - Working ok

Dependencies:   BufferedSerial SX1276GenericLib-node1 mbed

Fork of DISCO-L072CZ-LRWAN1_LoRa_node by Santiago Gil

Revision:
13:c2c91cc0467d
Parent:
12:a6a37ba1feff
--- a/main.cpp	Wed Aug 08 22:33:19 2018 +0000
+++ b/main.cpp	Mon Oct 08 16:11:05 2018 +0000
@@ -17,7 +17,7 @@
     ser->baud(115200);
     ser->format(8);
     myled = 1;
-    btn.fall(&onButtonEvent);
+    //btn.fall(&onButtonEvent);
     SX1276PingPong();
 }