This commit is contained in:
Lubos Petrovic
2020-11-22 11:08:50 +01:00
parent f4cc7f00af
commit fcb3379d1e
5 changed files with 76 additions and 17 deletions

View File

@@ -8,6 +8,16 @@
#define CAR_RENAULT_ZOE 5
#define CAR_DEBUG_OBD2_KIA 999
// SCREENS
#define SCREEN_BLANK 0
#define SCREEN_AUTO 1
#define SCREEN_DASH 2
#define SCREEN_SPEED 3
#define SCREEN_CELLS 4
#define SCREEN_CHARGING 5
#define SCREEN_SOC10 6
#define SCREEN_DEBUG 7
// Commands loop
uint16_t commandQueueCount;
uint16_t commandQueueLoopFrom;