This commit is contained in:
Links
2020-07-11 18:38:39 +02:00
parent ebdc8def4a
commit 19c39d5ea0

View File

@ -147,7 +147,7 @@ void loop() {
// add payload (parameters) for the event
JsonObject param1 = array.createNestedObject();
param1["now"] = (utin32_t) now;
param1["now"] = (uint32_t) now;
// JSON to String (serializion)
String output;