Add ADS-B voice alerts for military and emergency detections

This commit is contained in:
Smittix
2026-02-24 21:54:36 +00:00
parent 6c20b3d23f
commit cec8bccb03
4 changed files with 80 additions and 13 deletions
+7 -1
View File
@@ -20,7 +20,13 @@ const VoiceAlerts = (function () {
rate: 1.1,
pitch: 0.9,
voiceName: '',
streams: { pager: true, tscm: true, bluetooth: true },
streams: {
pager: true,
tscm: true,
bluetooth: true,
adsb_military: true,
squawks: true,
},
};
function _toNumberInRange(value, fallback, min, max) {