You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line adds NOT-DEFAULT channels provided by LoRaWAN specifications. It should not be called.
EU868, for example, has only 3 default channels (EU868_LC1, EU868_LC2, EU868_LC3). This function will add EU868_LC4, EU868_LC5, EU868_LC6, EU868_LC7, EU868_LC8 and it's wrong.
Optional channels will be sent by the network server in the CFList of the join-accept message OR through MAC commands.
The text was updated successfully, but these errors were encountered:
ESP32_LoRaWAN/src/ESP32_LoRaWAN.cpp
Line 434 in 7254947
This line adds NOT-DEFAULT channels provided by LoRaWAN specifications. It should not be called.
EU868, for example, has only 3 default channels (EU868_LC1, EU868_LC2, EU868_LC3). This function will add EU868_LC4, EU868_LC5, EU868_LC6, EU868_LC7, EU868_LC8 and it's wrong.
Optional channels will be sent by the network server in the CFList of the join-accept message OR through MAC commands.
The text was updated successfully, but these errors were encountered: