mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-18 05:35:25 +00:00
Changed mqtt buffer to 384, JSON buffer to <512>
This commit is contained in:
@@ -28,7 +28,7 @@ class AmsWebServer {
|
||||
public:
|
||||
void setup(AmsConfiguration* config, Stream* debugger, MQTTClient* mqtt);
|
||||
void loop();
|
||||
void setJson(StaticJsonDocument<1024> json);
|
||||
void setJson(StaticJsonDocument<512> json);
|
||||
|
||||
private:
|
||||
HwTools hw;
|
||||
|
||||
Reference in New Issue
Block a user