This commit is contained in:
2025-07-07 22:44:57 -04:00
parent e16f332476
commit 9987a63af5
54 changed files with 13224 additions and 105 deletions

View File

@@ -21,7 +21,7 @@ WifiManager::WifiManager() {
this->m_task = nullptr;
this->m_netif = nullptr;
xTaskCreate(reinterpret_cast<TaskFunction_t>(s_manage), "wifi_task", 4096, this, 5, &m_task);
xTaskCreate(reinterpret_cast<TaskFunction_t>(s_manage), "wifi_task", 3096, this, 5, &m_task);
}
WifiManager::~WifiManager() {