bms ignition

This commit is contained in:
Lubos Petrovic
2020-12-23 23:12:58 +01:00
parent ff9e968d69
commit dfcaec7fe1
5 changed files with 19 additions and 7 deletions

View File

@@ -194,6 +194,14 @@ typedef struct {
// =================================
byte gpsHwSerialPort; // 255-off, 0,1,2 - hw serial
byte gprsHwSerialPort; // 255-off, 0,1,2 - hw serial
// === settings version 6
// =================================
byte serialConsolePort; // 255-off, 0 - hw serial (std)
byte debugLevel; // 0 - info only, 1 - debug communication (BLE/CAN), 2 - debug GSM, 3 - debug SDcard
uint16_t sdcardLogIntervalSec; // every x seconds
uint16_t gprsLogIntervalSec; // every x seconds
//
} SETTINGS_STRUC;