You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from version 7.2.1 and above serializeJson(doc, Serial) do not create pair names correctly. Only the first letters of the value pairs are stored.
For example:
doc["cat"] = "sensor";
doc["type"] = "rpm";