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.cpp
- Revision:
- 62:835c5e20834e
- Parent:
- 59:38e56c85fa44
- Child:
- 63:5b9d391244dc
--- a/sx1276/sx1276.cpp Wed May 31 14:07:40 2017 +0200 +++ b/sx1276/sx1276.cpp Mon Jun 05 01:35:40 2017 +0200 @@ -61,7 +61,7 @@ { 125000, 7 }, // the LoRa protocol default { 250000, 8 }, { 500000, 9 }, - { 0 , 10 }, // Invalid Bandwidth, reserved + { 600000, 10 }, // Invalid Bandwidth, reserved };