Fixed JSON errors

This commit is contained in:
Gunnar Skjold 2022-10-20 20:12:33 +02:00
parent 1987cddab7
commit d8e265b7ac
5 changed files with 7 additions and 7 deletions

View File

@ -3,5 +3,5 @@
"tPO" : %.2f,
"tQI" : %.2f,
"tQO" : %.2f,
"rtc" : %lld
"rtc" : %lu
}

View File

@ -2,7 +2,7 @@
"id" : "%s",
"name" : "%s",
"up" : %u,
"t" : %lld,
"t" : %lu,
"vcc" : %.3f,
"rssi": %d,
"temp": %.2f,

View File

@ -2,7 +2,7 @@
"id" : "%s",
"name" : "%s",
"up" : %u,
"t" : %lld,
"t" : %lu,
"vcc" : %.3f,
"rssi": %d,
"temp": %.2f,

View File

@ -2,7 +2,7 @@
"id" : "%s",
"name" : "%s",
"up" : %u,
"t" : %lld,
"t" : %lu,
"vcc" : %.3f,
"rssi": %d,
"temp": %.2f,
@ -24,7 +24,7 @@
"tPO" : %.3f,
"tQI" : %.3f,
"tQO" : %.3f,
"rtc" : %lld
"rtc" : %lu
},
"realtime" : {
"h" : %.2f,

View File

@ -2,7 +2,7 @@
"id" : "%s",
"name" : "%s",
"up" : %u,
"t" : %lld,
"t" : %lu,
"vcc" : %.3f,
"rssi": %d,
"temp": %.2f,
@ -34,7 +34,7 @@
"tPO" : %.2f,
"tQI" : %.2f,
"tQO" : %.2f,
"rtc" : %lld
"rtc" : %lu
},
"realtime" : {
"h" : %.2f,