mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
dallas mqtt buffer to 600 - #327
This commit is contained in:
@@ -556,7 +556,7 @@ void publishSensorValues() {
|
||||
return; // no sensors attached
|
||||
}
|
||||
|
||||
StaticJsonDocument<200> doc;
|
||||
StaticJsonDocument<600> doc;
|
||||
JsonObject sensors = doc.to<JsonObject>();
|
||||
|
||||
bool hasdata = false;
|
||||
|
||||
Reference in New Issue
Block a user