Reduce stack

This commit is contained in:
iranl
2025-04-02 22:52:57 +02:00
parent abf8c634e2
commit bc255151a8
7 changed files with 23 additions and 19 deletions

View File

@@ -16,7 +16,8 @@ void NetworkDevice::init()
#ifdef CONFIG_SOC_SPIRAM_SUPPORTED
if(esp_psram_get_size() > 0)
{
_mqttInternal = true;
//_mqttInternal = true;
_mqttInternal = false;
}
#endif