From 4b2cd907d1f03e6821d292ed7f029061d85d9564 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 29 Dec 2022 21:22:46 +1100 Subject: [PATCH] On full charge shutdown into low power state --- apps/battery/app_battery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/battery/app_battery.cpp b/apps/battery/app_battery.cpp index 8c2f976..5a7d47c 100644 --- a/apps/battery/app_battery.cpp +++ b/apps/battery/app_battery.cpp @@ -401,6 +401,7 @@ int app_battery_handle_process_charging(uint32_t status, union APP_BATTERY_MSG_ { TRACE(1,"FULL_CHARGING:%d", app_battery_measure.currvolt); app_status_indication_set(APP_STATUS_INDICATION_FULLCHARGE); + app_shutdown(); #ifdef MEDIA_PLAYER_SUPPORT #if defined(BT_USB_AUDIO_DUAL_MODE) || defined(IBRT) #else