Upgrades ArduinoJson from version 6 to 7
This commit is contained in:
@@ -33,7 +33,7 @@ void APStatus::begin()
|
||||
|
||||
esp_err_t APStatus::apStatus(PsychicRequest *request)
|
||||
{
|
||||
PsychicJsonResponse response = PsychicJsonResponse(request, false, MAX_AP_STATUS_SIZE);
|
||||
PsychicJsonResponse response = PsychicJsonResponse(request, false);
|
||||
JsonObject root = response.getRoot();
|
||||
|
||||
root["status"] = _apSettingsService->getAPNetworkStatus();
|
||||
|
||||
Reference in New Issue
Block a user