toasts, freq bugfixes, ui changes

This commit is contained in:
NoobishSVK
2024-09-11 23:48:46 +02:00
parent 3ea9b8cb82
commit 5261f95dfe
13 changed files with 134 additions and 27 deletions
+3 -1
View File
@@ -109,7 +109,8 @@ const callbacks = {
), 'callback_af*'),
ecc: koffi.register(rds => (
value = rdsparser.get_ecc(rds)
value = rdsparser.get_ecc(rds),
dataToSend.ecc = value
), 'callback_ecc*'),
country: koffi.register(rds => (
@@ -218,6 +219,7 @@ var dataToSend = {
ta: 0,
ms: -1,
pty: 0,
ecc: null,
af: [],
rt0: '',
rt1: '',