Minor fixes

This commit is contained in:
2025-02-13 22:57:23 +01:00
parent c7e1af334f
commit 35c11f42e2
3 changed files with 4 additions and 5 deletions

View File

@@ -50,7 +50,6 @@ void vTaskUpdate(void *pvParameters) {
PowerParameters::CurrentConsumptions::CURRENT_WIFI_PEAK +
PowerParameters::CurrentConsumptions::CURRENT_WIFI_BASE,
MESH_MAX_EXECUTION_DELAY_MS, NULL)) {
mesh.update();
} else {
ESP_LOGW(TAG, "Skipping mesh update after not being granted power");