This commit is contained in:
Ján Mátik
2020-12-20 14:27:57 +01:00
6 changed files with 85 additions and 17 deletions

View File

@@ -24,6 +24,7 @@
//
#define COMM_TYPE_OBD2BLE4 0
#define COMM_TYPE_OBD2CAN 1
#define COMM_TYPE_OBD2BT3 2
// SCREENS
#define SCREEN_BLANK 0
@@ -165,7 +166,7 @@ typedef struct {
byte predrawnChargingGraphs; // 0 - off, 1 - on
// === settings version 4
// =================================
byte commType; // 0 - OBD2 BLE4 adapter, 1 - CAN
byte commType; // 0 - OBD2 BLE4 adapter, 1 - CAN, 2 - BT3
// Wifi
byte wifiEnabled; // 0/1
char wifiSsid[32];