mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
Merge branch 'main' of https://github.com/SpudGunMan/meshing-around
This commit is contained in:
@@ -22,3 +22,8 @@ data/rag/*
|
||||
|
||||
# qrz db
|
||||
data/qrz.db
|
||||
|
||||
# fileMon
|
||||
news.txt
|
||||
alert.txt
|
||||
bee.txt
|
||||
|
||||
+2
-2
@@ -819,9 +819,9 @@ def handleAlertBroadcast(deviceID=1):
|
||||
if NO_ALERTS not in alertDe:
|
||||
if isinstance(emergencyAlertBroadcastCh, list):
|
||||
for channel in emergencyAlertBroadcastCh:
|
||||
send_message(ukAlert, int(channel), 0, deviceID)
|
||||
send_message(deAlert, int(channel), 0, deviceID)
|
||||
else:
|
||||
send_message(ukAlert, emergencyAlertBroadcastCh, 0, deviceID)
|
||||
send_message(deAlert, emergencyAlertBroadcastCh, 0, deviceID)
|
||||
return True
|
||||
|
||||
# pause for traffic
|
||||
|
||||
Reference in New Issue
Block a user