Skip to content

Commit cd54fc8

Browse files
authored
Update adapter
1 parent 0e788ab commit cd54fc8

File tree

1 file changed

+1
-0
lines changed
  • devices/ssc338q_apfpv/general/overlay/usr/bin

1 file changed

+1
-0
lines changed

devices/ssc338q_apfpv/general/overlay/usr/bin/adapter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ case "$1" in
4545
pass=$(fw_printenv -n wlanpass || echo 12345678)
4646
wpa_passphrase "$ssid" "$pass" > /tmp/wpa_supplicant.conf
4747
sed -i '2i \\tmode=2' /tmp/wpa_supplicant.conf
48+
#sed -i '3i \\tfrequency=5180' /tmp/wpa_supplicant.conf
4849
wpa_supplicant -B -i wlan0 -D nl80211 -c /tmp/wpa_supplicant.conf
4950
udhcpd -S
5051
;;

0 commit comments

Comments
 (0)