diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-01 08:19:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-01 08:19:34 +0200 |
commit | 4e6c4474bd0abe48b65317c9ebfbe93ff0619a62 (patch) | |
tree | e9f6910f4e95063f4e620c68feec205709c4dd87 /sw/main.cpp | |
parent | e36cfbe37032d64d9fbb28844bc86b9cc3c0aa1b (diff) | |
download | glutte-batteries-4e6c4474bd0abe48b65317c9ebfbe93ff0619a62.tar.gz glutte-batteries-4e6c4474bd0abe48b65317c9ebfbe93ff0619a62.tar.bz2 glutte-batteries-4e6c4474bd0abe48b65317c9ebfbe93ff0619a62.zip |
Diffstat (limited to 'sw/main.cpp')
-rw-r--r-- | sw/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |