You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing to JsonDocument, I had to change the code to iterate over the json configs:
JsonArray configurations = doc["Configurations"].as();
if (configurations.size() == 0) {
return NO_UPDATE_PROFILE_FOUND;
}
When changing to JsonDocument, I had to change the code to iterate over the json configs:
JsonArray configurations = doc["Configurations"].as();
if (configurations.size() == 0) {
return NO_UPDATE_PROFILE_FOUND;
}
The text was updated successfully, but these errors were encountered: