From 51d818b7742a0224abdbc9f55885ada9c353d6df Mon Sep 17 00:00:00 2001 From: minacode Date: Sun, 20 Nov 2022 13:16:28 +0100 Subject: fixed a comment, set threshold to 15% --- src/components/battery/BatteryController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/battery/BatteryController.h') diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h index df592232..3a7d73ce 100644 --- a/src/components/battery/BatteryController.h +++ b/src/components/battery/BatteryController.h @@ -54,7 +54,7 @@ namespace Pinetime { void SaadcEventHandler(nrfx_saadc_evt_t const* p_event); static void AdcCallbackStatic(nrfx_saadc_evt_t const* event); - static constexpr uint8_t lowBatteryThreshold {20}; + static constexpr uint8_t lowBatteryThreshold {15}; bool isReading = false; -- cgit v1.2.3-70-g09d2