LoRa node acquiring random float value and sending to LoRa Server - Working ok

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
100:c80d1416bdf6
Parent:
99:0e85871f676a
--- a/Arduino-mbed-APIs/examples/TimerTest/TimerTest.ino	Sat Nov 18 13:55:54 2017 +0100
+++ b/Arduino-mbed-APIs/examples/TimerTest/TimerTest.ino	Sun Nov 19 17:49:33 2017 +0100
@@ -29,6 +29,7 @@
   InitSerial(&MYSERIAL, 5000, &led, true);
 
   ser->println("TimerTest");
+  ser->println("TimerTest2");
 
   tp.attach(callback(&TestTimeoutFunc), 1000);
   tp2.attach(callback(&TestTimeoutFunc55), 5500);