Skip to content

Commit 52ea71d

Browse files
authored
Fix AU915 selection bugs for RAK concentrators (#56)
1 parent 36b5985 commit 52ea71d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layers/targets/meta-raspberrypi/recipes-core/gateway-config/files/gateway-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ do_setup_pislora() {
141141
do_setup_rak2245() {
142142
FUN=$(dialog --title "Channel-plan configuration" --menu "Select the channel-plan:" 15 60 4 \
143143
1 "AS923" \
144-
1 "AU915" \
144+
2 "AU915" \
145145
3 "EU868" \
146146
4 "US915" \
147147
3>&1 1>&2 2>&3)
@@ -161,7 +161,7 @@ do_setup_rak2245() {
161161
do_setup_rak2246() {
162162
FUN=$(dialog --title "Channel-plan configuration" --menu "Select the channel-plan:" 15 60 4 \
163163
1 "AS923" \
164-
1 "AU915" \
164+
2 "AU915" \
165165
3 "EU868" \
166166
4 "US915" \
167167
3>&1 1>&2 2>&3)

0 commit comments

Comments
 (0)