Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Branch:
Integration
Revision:
39:13e66d087ae9
Parent:
8:cd489b7c49a0
--- a/Lora.h	Fri Oct 19 06:32:59 2018 +0000
+++ b/Lora.h	Fri Oct 19 15:08:35 2018 +0000
@@ -13,7 +13,7 @@
 #include "sx1280-hal.h"
 
 
-void initLora(uint32_t rf,RadioLoRaBandwidths_t bw,RadioLoRaSpreadingFactors_t sf,int8_t pwr) ; 
-void sendMessageLora () ; 
+void initLora(uint32_t rf,RadioLoRaBandwidths_t bw,RadioLoRaSpreadingFactors_t sf,int8_t pwr);
+void sendMessageLora (uint8_t terminalId, uint16_t gatewayId);
 
-#endif 
\ No newline at end of file
+#endif
\ No newline at end of file