Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 672:c00a80f26641 Betatest
Added Charging view:
In case the charger is connected to the OSTC a new menu will be shown in the customer view section. The new view shows a charging current indicator, the current charge percentage and an estimation how long the completion of the charging cycle will take (hour window).
Some multi language text definitions have been added to support the new view.
author | Ideenmodellierer |
---|---|
date | Sat, 12 Mar 2022 23:01:11 +0100 |
parents | 1b995079c045 |
children | 045ff7800501 |
comparison
equal
deleted
inserted
replaced
671:b456be1e152d | 672:c00a80f26641 |
---|---|
29 | 29 |
30 #include <stdint.h> | 30 #include <stdint.h> |
31 | 31 |
32 #include "settings.h" | 32 #include "settings.h" |
33 #include "stm32f4xx_hal.h" | 33 #include "stm32f4xx_hal.h" |
34 #include "configuration.h" | |
34 | 35 |
35 #define BUEHLMANN_STRUCT_MAX_GASES 11 | 36 #define BUEHLMANN_STRUCT_MAX_GASES 11 |
36 #define BUEHLMANN_STRUCT_MAX_ASCENDRATES 3 | 37 #define BUEHLMANN_STRUCT_MAX_ASCENDRATES 3 |
37 #define DECOINFO_STRUCT_MAX_STOPS 50 | 38 #define DECOINFO_STRUCT_MAX_STOPS 50 |
38 | 39 |