Add local public pool support

This commit is contained in:
Djuri 2025-01-08 02:14:33 +01:00
parent 963f3b10b7
commit 1083a3222b
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
9 changed files with 34 additions and 7 deletions

View file

@ -155,10 +155,6 @@ namespace V2Notify
}
else if (doc["price"].is<JsonObject>())
{
if (debugLogEnabled()) {
Serial.print(F("processNewPrice "));
Serial.println(doc["price"].as<JsonObject>().size());
}
// Iterate through the key-value pairs of the "price" object
for (JsonPair kv : doc["price"].as<JsonObject>())