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

@@ -206,6 +206,7 @@ bool NukiNetwork::update()
#else
void NukiNetwork::initialize()
{
_mqtt_cfg.task.stack_size = MQTT_STACK_SIZE;
_hostname = _preferences->getString(preference_hostname, "");
if(_hostname == "")