Merge branch 'master' into aidon1p

This commit is contained in:
Gunnar Skjold 2019-05-22 09:07:42 +02:00
commit 37e029df8a

View File

@ -29,7 +29,7 @@ accesspoint ap;
// WiFi client and MQTT client
WiFiClient *client;
MQTTClient mqtt(256);
MQTTClient mqtt(384);
// Object used for debugging
HardwareSerial* debugger = NULL;