mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-28 04:55:46 +00:00
Clean up AmsToMqttBridge. Switch to using new ArduinoJson and HanToJson library
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user