Skip to content

Commit

Permalink
Added 40MHz mode for Thinker AIO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored Jan 11, 2025
1 parent 3d10761 commit e59987b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reset/wifibroadcast
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ case "$1" in
load_modules
load_interface
if [ "$bandwidth" = "40" ]; then
iw dev "$wlan" set monitor none
iwconfig "$wlan" mode monitor
ifconfig "$wlan" up
iw "$wlan" set channel "$channel" HT40+
fi
if ! cat "$keydir/$unit.key" > /dev/null 2>&1; then
Expand Down

0 comments on commit e59987b

Please sign in to comment.