Logging improvements
This commit is contained in:
@@ -35,7 +35,7 @@ struct ConfigDef {
|
||||
static const ConfigDef configdefs[] = {
|
||||
{"systemName", ConfigType::STRING, String("OBPkp61")},
|
||||
{"systemMode", ConfigType::CHAR, 'K'},
|
||||
{"logLevel", ConfigType::BYTE, uint8_t(0)},
|
||||
{"logLevel", ConfigType::BYTE, uint8_t(1)},
|
||||
{"adminPassword", ConfigType::STRING, String("obpkp61")},
|
||||
{"useAdminPass", ConfigType::BOOL, true},
|
||||
{"apEnable", ConfigType::BOOL, true},
|
||||
@@ -63,7 +63,7 @@ static const ConfigDef configdefs[] = {
|
||||
{"n2kDestA", ConfigType::STRING, String("")},
|
||||
{"n2kDestB", ConfigType::STRING, String("")},
|
||||
{"n2kDestC", ConfigType::STRING, String("")},
|
||||
{"envInterval", ConfigType::SHORT, int16_t(5000)},
|
||||
{"envInterval", ConfigType::SHORT, int16_t(5)},
|
||||
|
||||
// no user access
|
||||
{"LastNodeId", ConfigType::BYTE, uint8_t(N2K_DEFAULT_NODEID)}
|
||||
|
||||
Reference in New Issue
Block a user