Refactor and fix char/dis bug

This commit is contained in:
Daniel 2024-01-07 23:57:35 +02:00
parent beb931c7c5
commit 493bec29d9
20 changed files with 87 additions and 193 deletions

View file

@ -39,4 +39,14 @@
#define BLUE 3
#define TEST_ALL_COLORS 10
// Inverter definitions
#define STANDBY 0
#define INACTIVE 1
#define DARKSTART 2
#define ACTIVE 3
#define FAULT 4
#define UPDATING 5
#define DISCHARGING 1
#define CHARGING 2
#endif