debug: delay BMS updates 30s after boot
This commit is contained in:
@@ -4279,7 +4279,9 @@ void loop() {
|
||||
|
||||
maintainStaWifi();
|
||||
|
||||
updateBms();
|
||||
if (millis() > 30000) {
|
||||
updateBms();
|
||||
}
|
||||
|
||||
#if DASHBOARD_UART_ENABLED
|
||||
pollDashboardUart();
|
||||
|
||||
Reference in New Issue
Block a user