fix chase car (#113)

Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
This commit is contained in:
Luke Prior 2021-07-27 21:12:48 +10:00 committed by GitHub
parent 045b61bf23
commit e23d8338a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}