We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4491c commit aa65a10Copy full SHA for aa65a10
features/lorawan/lorastack/phy/LoRaPHY.cpp
@@ -719,7 +719,7 @@ void LoRaPHY::apply_cf_list(cflist_params_t* cf_list)
719
// should override this function in the implementation of that particular
720
// PHY.
721
for (uint8_t i = 0, channel_id = phy_params.default_channel_cnt;
722
- channel_id < phy_params.max_channel_cnt; i+=phy_params.default_channel_cnt, channel_id++) {
+ channel_id < phy_params.max_channel_cnt; i+=3, channel_id++) {
723
if (channel_id < (phy_params.cflist_channel_cnt + phy_params.default_channel_cnt)) {
724
// Channel frequency
725
new_channel.frequency = (uint32_t) cf_list->payload[i];
0 commit comments