Update pioarduino and enlarge mqtt stack size

This commit is contained in:
iranl
2024-10-28 20:06:42 +01:00
parent 2fabc0956b
commit a834380b2e
6 changed files with 7 additions and 5 deletions

View File

@@ -2945,7 +2945,7 @@ bool WebCfgServer::processArgs(PsychicRequest *request, String& message)
{
_preferences->putBytes(preference_conf_opener_advanced_acl, (byte*)(&advancedOpenerConfigAclPrefs), sizeof(advancedOpenerConfigAclPrefs));
Log->print(F("Setting changed: "));
Log->println("ACLCONFBADVANCEDOPENER");
Log->println("ACLCONFADVANCEDOPENER");
//configChanged = true;
break;
}