Chirpstack-4.11.1 sends modification of channels like that:
ch_index:3
freq:867100000
max_dr:5
min_dr:0
ch_index:4
freq:867300000
max_dr:5
min_dr:0
ch_index:5
freq:867500000
max_dr:5
min_dr:0
but SlimLoRa responds with RxParamSetupAns
f_opts_len:2
f_pending:false
channel_ack:true
rx1_dr_offset_ack:true
rx2_dr_ack:true
One hacky solution - since SlimLoRa uses static channels via PROGMEM is to check if the frequencies are already stored and respond with ok if yes.
Chirpstack-4.11.1 sends modification of channels like that:
but SlimLoRa responds with RxParamSetupAns
One hacky solution - since SlimLoRa uses static channels via
PROGMEMis to check if the frequencies are already stored and respond with ok if yes.