We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68490ae commit af2cfd1Copy full SHA for af2cfd1
include/net/nrf_cloud_defs.h
@@ -137,7 +137,7 @@
137
138
/* GNSS - PVT */
139
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LAT "lat"
140
-#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LON "lng"
+#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LON "lon"
141
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_ACCURACY "acc"
142
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_ALTITUDE "alt"
143
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_SPEED "spd"
0 commit comments