corrected cutoff average voltage margin

master EC03-LS
Mateusz Lubecki 2024-10-01 16:27:50 +02:00
rodzic ece4ae78bb
commit 4047bbae53
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
* this current (momentary) voltage is below
* PWR_SAVE_CUTOFF_VOLTAGE_DEF
*/
#define PWR_SAVE_CUTOFF_AVG_VOLTAGE_MARGIN 100u // 0.1V
#define PWR_SAVE_CUTOFF_AVG_VOLTAGE_MARGIN 30u // 0.3V
/**
* How long in minutes the controller will sleep in L7 state between checking

Wyświetl plik

@ -9,7 +9,7 @@
#define SOFTWARE_VERSION_H_
#define SW_VER "EC03"
#define SW_DATE "29092024"
#define SW_DATE "30092024"
#define SW_KISS_PROTO "C"
extern const char software_version_str[5];