From 4e6c4474bd0abe48b65317c9ebfbe93ff0619a62 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 1 May 2023 08:19:34 +0200 Subject: Change startup capacity --- sw/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/main.cpp') diff --git a/sw/main.cpp b/sw/main.cpp index a9c5ac1..15f87b9 100644 --- a/sw/main.cpp +++ b/sw/main.cpp @@ -69,7 +69,7 @@ constexpr double THRESHOLD_K2_DOWN = THRESHOLD_K2; constexpr double THRESHOLD_K3_DOWN = THRESHOLD_K3; constexpr uint32_t MAX_CAPACITY = 1650uL * 3600uL; // As -constexpr uint32_t STARTUP_CAPACITY = 1650uL * 3600uL; // As +constexpr uint32_t STARTUP_CAPACITY = 1550uL * 3600uL; // As static uint32_t current_capacity; static uint32_t previous_capacity; -- cgit v1.2.3