Change S98Datalink and wifibroadcast stop messages (#1380)

pull/1382/head
thegroove 2024-04-05 11:22:12 +02:00 committed by GitHub
parent 75a87535be
commit fc4cc42df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ case "$1" in
;;
stop)
echo "Stopping all services..."
echo "Stopping FPV datalink services..."
killall -q wfb_tx
killall -q wfb_rx
killall -q telemetry_rx

View File

@ -144,7 +144,7 @@ case "$1" in
;;
stop)
echo "Stopping all services..."
echo "Stopping Wifibroadcast services..."
killall -q wfb_tx
killall -q wfb_rx
killall -q telemetry_rx