mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-05 23:54:35 +00:00
Not sure if this does anything, but increased json and mqtt limits to see if Kamstrup list 3 is received
This commit is contained in:
@@ -202,7 +202,7 @@ void readHanPort()
|
||||
if (debugger) debugger->println(time);
|
||||
|
||||
// Define a json object to keep the data
|
||||
StaticJsonDocument<500> json;
|
||||
StaticJsonDocument<1024> json;
|
||||
|
||||
// Any generic useful info here
|
||||
json["id"] = WiFi.macAddress();
|
||||
|
||||
Reference in New Issue
Block a user