wifibroadcast: change setup priority

pull/1679/head
viktorxda 2025-01-23 20:21:06 +01:00
parent 85f7892abe
commit a3bc752449
1 changed files with 9 additions and 9 deletions

View File

@ -134,18 +134,9 @@ majestic_sigmastar() {
cli -s .video0.rcMode cbr cli -s .video0.rcMode cbr
cli -s .outgoing.enabled true cli -s .outgoing.enabled true
cli -s .outgoing.server udp://0.0.0.0:5600 cli -s .outgoing.server udp://0.0.0.0:5600
killall -1 majestic
} }
start() { start() {
if [ ! -e /etc/system.ok ]; then
if [ "$wfb_soc" = "ssc33x" ]; then
majestic_sigmastar
fi
touch /etc/system.ok
fi
load_config load_config
load_modules load_modules
load_interface load_interface
@ -153,6 +144,15 @@ start() {
start_broadcast start_broadcast
start_tunnel start_tunnel
start_telemetry start_telemetry
if [ ! -e /etc/system.ok ]; then
if [ "$wfb_soc" = "ssc33x" ]; then
majestic_sigmastar
fi
touch /etc/system.ok
killall -1 majestic
fi
} }
stop() { stop() {