Relocate the configuration values #29

Merged
localhorst merged 19 commits from feature/config into main 2026-05-10 11:12:19 +02:00
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);
}
}