LoRa node acquiring analog input and sending to LoRa Server - Working ok
Dependents: DISCO-L072CZ-LRWAN1_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-mbed-hal.cpp
- Revision:
- 53:6d3adad59633
- Parent:
- 51:aef3234bcb71
- Child:
- 58:113d2ef978d2
--- a/sx1276/sx1276-mbed-hal.cpp Thu May 18 11:07:46 2017 +0200 +++ b/sx1276/sx1276-mbed-hal.cpp Thu May 18 18:34:54 2017 +0200 @@ -355,7 +355,7 @@ else txTimeoutTimer.detach(); break; - case RXTimeoutSyncWorldTimer: + case RXTimeoutSyncWordTimer: if (func) rxTimeoutSyncWord.attach_us(callback(this, func), timeout_ms); else