fix minor bug that prevents most revent devel versions from communicating with app

pull/71/head^2
Hansi, dl9rdz 2021-03-16 09:39:54 +01:00
rodzic 67b11b2a65
commit 4da22ab2ec
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2120,7 +2120,7 @@ void loopDecoder() {
if (*typestr == 0) typestr = sondeTypeStr[s->type];
// TODO: only if GPS is valid...
if (gpsPos.valid) {
snprintf(gps, 128, ", \"gpslat\": %f"
snprintf(gps, 128, ", \"gpslat\": %f,"
"\"gpslon\": %f,"
"\"gpsalt\": %d,"
"\"gpsacc\": %d,"

Wyświetl plik

@ -1,4 +1,4 @@
const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20210315";
const char *version_id = "devel20210316";
const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=10;