diff --git a/src/Services/LocationService/LocationService.cpp b/src/Services/LocationService/LocationService.cpp index d9e0f53..32badfa 100644 --- a/src/Services/LocationService/LocationService.cpp +++ b/src/Services/LocationService/LocationService.cpp @@ -26,7 +26,7 @@ LocationServiceImpl::LocationServiceImpl() : fetchTask("LocationFetch", [](Task* return; } - const int SIZE = JSON_OBJECT_SIZE(8) + 170; + const int SIZE = 700; DynamicJsonDocument json(SIZE); DeserializationError error = deserializeJson(json, http.getStream());