forked from btclock/btclock_v3
Add local public pool support
This commit is contained in:
parent
963f3b10b7
commit
1083a3222b
9 changed files with 34 additions and 7 deletions
|
@ -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>())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue