This commit is contained in:
Lubos Petrovic
2020-12-07 11:53:12 +01:00
parent a7fff773b5
commit cfdd76df0a
19 changed files with 91 additions and 25 deletions

View File

@@ -19,6 +19,10 @@
#define CAR_RENAULT_ZOE 5
#define CAR_DEBUG_OBD2_KIA 999
//
#define COMM_TYPE_OBD2BLE4 0
#define COMM_TYPE_OBD2CAN 1
// SCREENS
#define SCREEN_BLANK 0
#define SCREEN_AUTO 1
@@ -179,7 +183,7 @@ typedef struct {
//
class LiveData {
private:
protected:
public:
// Command loop
uint16_t commandQueueCount;