Error handling on system boot #30

Open
localhorst wants to merge 21 commits from feature/error-handling into main
Showing only changes of commit 09a3c3a22d - Show all commits
+1 -1
View File
@@ -307,7 +307,7 @@ void taskMetrics(void *pvParameters)
aMetrics[u16MetricCounter].i64MetricValue = ap.rssi;
u16MetricCounter++;
ESP_ERROR_CHECK(u16MetricCounter > METRIC_MAX_COUNT);
configASSERT(u16MetricCounter > METRIC_MAX_COUNT);
vSetMetrics(aMetrics, u16MetricCounter);
}
}