Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Branch:
Integration
Revision:
39:13e66d087ae9
Parent:
10:1b37e3b41947
--- a/Tftlcd.h	Fri Oct 19 06:32:59 2018 +0000
+++ b/Tftlcd.h	Fri Oct 19 15:08:35 2018 +0000
@@ -31,7 +31,7 @@
 {
     // Public variable /method 
     public:  
-        void        Init        (void)          ; 
+        void        Init        (uint8_t terminalId, uint16_t gatewayId)          ; 
         void        Update      (uint32_t freq, uint16_t bw, uint8_t sf, int8_t pwr, uint8_t bsz, uint16_t timeM) ;