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 3674581 commit 3a64a55Copy full SHA for 3a64a55
2 files changed
devices/ssc338q_apfpv/general/overlay/usr/bin/adapter
@@ -41,7 +41,7 @@ case "$1" in
41
start)
42
iw wlan0 set txpower fixed $(fw_printenv -n wlanpwr || echo 1500)
43
set_config
44
- wpa_supplicant -B -i wlan0 -D nl80211 -c /tmp/wpa_supplicant.conf
+ wpa_supplicant -B -i wlan0 -c /tmp/wpa_supplicant.conf
45
udhcpd -S
46
;;
47
devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh
@@ -15,8 +15,7 @@ cli -s .video0.fps 60
15
cli -s .video0.bitrate 10000
16
cli -s .video0.codec h265
17
cli -s .video0.rcMode avbr
18
-cli -s .audio.codec pcm
19
cli -s .outgoing.enabled true
20
-cli -s .outgoing.server udp://192.168.0.10:5600
+cli -s .outgoing.server udp://224.0.0.1:5600
21
cli -s .records.split 5
22
cli -s .records.notime true
0 commit comments