dallas mqtt buffer to 600 - #327

This commit is contained in:
Paul
2020-02-12 22:46:35 +01:00
parent 1d251a52b3
commit cd294e88b8

View File

@@ -556,7 +556,7 @@ void publishSensorValues() {
return; // no sensors attached
}
StaticJsonDocument<200> doc;
StaticJsonDocument<600> doc;
JsonObject sensors = doc.to<JsonObject>();
bool hasdata = false;