The firmware 6.48 has a configuration for AS923 but it is AS923 AS2 (determined from comparing the frequencies).
I have come up with this config for AS923 AS1, but I have a question about the FSK channel – should i enable it? It’s the set 9
line in the terminal config commands below, which I reproduce here in the hope that it might help someone else in the future…assuming it’s correct.
set 0 channel-plan=custom
/lora channels
set 0 bandwidth=125_kHz disabled=no freq-off=200000 radio=radio0
set 1 bandwidth=125_kHz disabled=no freq-off=400000 radio=radio0
set 2 bandwidth=125_kHz disabled=no freq-off=200000 radio=radio1
set 3 bandwidth=125_kHz disabled=no freq-off=400000 radio=radio1
set 4 bandwidth=125_kHz disabled=no freq-off=-400000 radio=radio0
set 5 bandwidth=125_kHz disabled=no freq-off=-200000 radio=radio0
set 6 bandwidth=125_kHz disabled=no freq-off=0 radio=radio0
set 7 bandwidth=125_kHz disabled=no freq-off=0 radio=radio1
set 8 bandwidth=250_kHz disabled=no freq-off=100000 radio=radio1 spread-factor=SF7
set 9 bandwidth=125_kHz datarate=50000 disabled=no freq-off=-200000 radio=radio1
/lora radios
set 0 center-freq=923000000 disabled=no rssi-off=-166 tx-enabled=yes tx-freq-max=923400000 tx-freq-min=920000000
set 1 center-freq=922000000 disabled=no rssi-off=-166 tx-enabled=no tx-freq-max=0 tx-freq-min=0`