From e23d8338a6af585f67106e2be04ecff2bdbd7d0a Mon Sep 17 00:00:00 2001 From: Luke Prior <22492406+LukePrior@users.noreply.github.com> Date: Tue, 27 Jul 2021 21:12:48 +1000 Subject: [PATCH] fix chase car (#113) Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com> --- RX_FSK/RX_FSK.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RX_FSK/RX_FSK.ino b/RX_FSK/RX_FSK.ino index fed9099..93f62c6 100644 --- a/RX_FSK/RX_FSK.ino +++ b/RX_FSK/RX_FSK.ino @@ -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); }