Fixed #define typo.

Made usermod Auto Save runtime configurable.
String optimisations.
This commit is contained in:
Blaz Kristan
2021-04-12 21:10:47 +02:00
parent 6404071a01
commit 6a096fbb27
16 changed files with 361 additions and 313 deletions

View File

@@ -136,7 +136,6 @@ void publishMqtt()
bool initMqtt()
{
lastMqttReconnectAttempt = millis();
if (!mqttEnabled || mqttServer[0] == 0 || !WLED_CONNECTED) return false;
if (mqtt == nullptr) {