Some more improvements
This commit is contained in:
@@ -53,7 +53,6 @@ static const ConfigDef configdefs[] = {
|
||||
{"buzEnable", ConfigType::BOOL, false},
|
||||
{"buzPower", ConfigType::BYTE, uint8_t(50)},
|
||||
{"tempFormat", ConfigType::CHAR, 'C'},
|
||||
{"switchBank", ConfigType::BYTE, uint8_t(0)},
|
||||
{"key1", ConfigType::BYTE, uint8_t(1)},
|
||||
{"key1long", ConfigType::BYTE, uint8_t(11)},
|
||||
{"key2", ConfigType::BYTE, uint8_t(2)},
|
||||
@@ -66,11 +65,14 @@ static const ConfigDef configdefs[] = {
|
||||
{"key5long", ConfigType::BYTE, uint8_t(15)},
|
||||
{"key6", ConfigType::BYTE, uint8_t(6)},
|
||||
{"key6long", ConfigType::BYTE, uint8_t(16)},
|
||||
{"n2kSysInst", ConfigType::BYTE, uint8_t(0)},
|
||||
{"n2kDevInst", ConfigType::BYTE, uint8_t(0)},
|
||||
{"n2kSysInst", ConfigType::BYTE, uint8_t(0)}, // 4 bits unsigned
|
||||
{"n2kDevInst", ConfigType::BYTE, uint8_t(0)}, // 8 bits: 3 bits lower, 5 bits upper
|
||||
{"n2kDestA", ConfigType::STRING, String("none")},
|
||||
{"switchBankA", ConfigType::BYTE, uint8_t(0)},
|
||||
{"n2kDestB", ConfigType::STRING, String("none")},
|
||||
{"switchBankB", ConfigType::BYTE, uint8_t(0)},
|
||||
{"n2kDestC", ConfigType::STRING, String("none")},
|
||||
{"switchBankC", ConfigType::BYTE, uint8_t(0)},
|
||||
{"envInterval", ConfigType::SHORT, int16_t(5)},
|
||||
|
||||
// no user access
|
||||
|
||||
Reference in New Issue
Block a user