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

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
50:43f7160e869c
Parent:
46:e78a1d0391ac
Child:
51:aef3234bcb71
--- a/LoRa_TODO.txt	Sun May 14 14:27:37 2017 +0000
+++ b/LoRa_TODO.txt	Tue May 16 17:51:21 2017 +0200
@@ -26,5 +26,8 @@
 - Verify the Murata ANT Switch code
 - MURATA PA_BOOST case,is _antSwitchTXBoost right? (Same as STM sample code)
 - Check of the MURATA TCXO config is correct (implemented, check JP9 on STM L0 board)
-- Make the timers more generic and move the OS code into the HAL layer. (May Helmut)
-- Removed pull down on dio=-dio5 for L151 &LPC11U6X which make no sense to me. May 2017 Helmut
+- Make the timers more generic and move the OS code into the HAL layer. (May 2017 Helmut)
+- Removed pull down on dio=-dio5 for L151 &LPC11U6X which make no sense to me. May 2017 Helmut
+- Added radio API support to receive the MaxMTUSize (May 2017 Helmut)
+- Added Send optional Send() parameter to include a header,
+  this saves additional buffers. (May 2017 Helmut)