mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
toasts, freq bugfixes, ui changes
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user