Testing Round1 - must figure out balance between PM versus plugged-in mode? also must test bms

This commit is contained in:
2026-03-18 01:47:23 -05:00
parent d2884423a3
commit d2d49c39a4
11 changed files with 101 additions and 40 deletions

View File

@@ -201,7 +201,7 @@ void mainEventLoop() {
postBatteryAlert(alertType, established_soc);
printf("CRITICAL BATTERY EVENT (%s, SOC=%d%%). Entering deep sleep.\n",
battAlertTypeStr(alertType), established_soc);
esp_deep_sleep_start();
// esp_deep_sleep_start();
} else if (received_event_type == EVENT_BATTERY_WARNING) {
postBatteryAlert((batt_alert_type_t)bms_pending_alert, established_soc);