fix chase car (#113)
Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
This commit is contained in:
parent
045b61bf23
commit
e23d8338a6
|
|
@ -3065,7 +3065,7 @@ void sondehub_station_update(WiFiClient *client, struct st_sondehub *conf) {
|
|||
sprintf(w,
|
||||
"\"uploader_position\": [%.6f,%.6f,%d],"
|
||||
"\"uploader_antenna\": \"%s\","
|
||||
"\"mobile\": \"true\""
|
||||
"\"mobile\": true"
|
||||
"}",
|
||||
gpsPos.lat, gpsPos.lon, gpsPos.alt, conf->antenna);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue