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

Dependencies:   BufferedSerial SX1276GenericLib_node2 mbed

Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by ST

Revision:
10:f84959c2e044
Parent:
8:3b0d7b4ff28f
Child:
12:eaa8be101e07
--- a/main.cpp	Tue May 30 15:49:05 2017 +0000
+++ b/main.cpp	Tue Jun 06 12:21:21 2017 +0000
@@ -5,10 +5,6 @@
  */
  #include "main.h"
 
-/*
- * IMPORTANT NOTE
- * Use the Nucleo-L073RZ target for the STM B_L072Z_LRWAN1 LoRa board 
- */
 DigitalOut myled(LED1);
 BufferedSerial *ser;