File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
devices/ssc338q_apfpv/general/overlay/usr Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ case "$1" in
41
41
start)
42
42
iw wlan0 set txpower fixed $( fw_printenv -n wlanpwr || echo 1500)
43
43
set_config
44
- wpa_supplicant -B -i wlan0 -D nl80211 - c /tmp/wpa_supplicant.conf
44
+ wpa_supplicant -B -i wlan0 -c /tmp/wpa_supplicant.conf
45
45
udhcpd -S
46
46
;;
47
47
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ cli -s .video0.fps 60
15
15
cli -s .video0.bitrate 10000
16
16
cli -s .video0.codec h265
17
17
cli -s .video0.rcMode avbr
18
- cli -s .audio.codec pcm
19
18
cli -s .outgoing.enabled true
20
- cli -s .outgoing.server udp://192.168 .0.10 :5600
19
+ cli -s .outgoing.server udp://224.0 .0.1 :5600
21
20
cli -s .records.split 5
22
21
cli -s .records.notime true
You can’t perform that action at this time.
0 commit comments