Expose export power in JSON

This commit is contained in:
Gunnar Skjold
2020-02-12 16:40:51 +01:00
parent fa0f93cefe
commit b6efae656f
2 changed files with 23 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ AmsWebServer ws;
// WiFi client and MQTT client
WiFiClient *client;
MQTTClient mqtt(384);
MQTTClient mqtt(512);
// Object used for debugging
HardwareSerial* debugger = NULL;