We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e788ab commit cd54fc8Copy full SHA for cd54fc8
devices/ssc338q_apfpv/general/overlay/usr/bin/adapter
@@ -45,6 +45,7 @@ case "$1" in
45
pass=$(fw_printenv -n wlanpass || echo 12345678)
46
wpa_passphrase "$ssid" "$pass" > /tmp/wpa_supplicant.conf
47
sed -i '2i \\tmode=2' /tmp/wpa_supplicant.conf
48
+ #sed -i '3i \\tfrequency=5180' /tmp/wpa_supplicant.conf
49
wpa_supplicant -B -i wlan0 -D nl80211 -c /tmp/wpa_supplicant.conf
50
udhcpd -S
51
;;
0 commit comments