Clean up AmsToMqttBridge. Switch to using new ArduinoJson and HanToJson library

This commit is contained in:
Vegar Westerlund
2019-06-07 00:10:59 +02:00
parent 2681ab0548
commit 52573fa088
5 changed files with 78 additions and 332 deletions

View File

@@ -16,7 +16,7 @@
class accesspoint {
public:
void setup(int accessPointButtonPin, Stream& debugger);
void setup(int accessPointButtonPin, Stream* debugger);
bool loop();
bool hasConfig();
configuration config;