Skip to content

Commit

Permalink
wifibroadcast: change setup priority
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Jan 23, 2025
1 parent 85f7892 commit a3bc752
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions general/package/wifibroadcast-ng/files/wifibroadcast
Original file line number Diff line number Diff line change
Expand Up @@ -134,25 +134,25 @@ majestic_sigmastar() {
cli -s .video0.rcMode cbr
cli -s .outgoing.enabled true
cli -s .outgoing.server udp://0.0.0.0:5600
killall -1 majestic
}

start() {
if [ ! -e /etc/system.ok ]; then
if [ "$wfb_soc" = "ssc33x" ]; then
majestic_sigmastar
fi

touch /etc/system.ok
fi

load_config
load_modules
load_interface

start_broadcast
start_tunnel
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() {
Expand Down

0 comments on commit a3bc752

Please sign in to comment.