Device list and selection integrated into configuration interface
This commit is contained in:
@@ -60,9 +60,9 @@ static const ConfigDef configdefs[] = {
|
||||
{"key5long", ConfigType::BYTE, uint8_t(15)},
|
||||
{"key6", ConfigType::BYTE, uint8_t(6)},
|
||||
{"key6long", ConfigType::BYTE, uint8_t(16)},
|
||||
{"n2kDestA", ConfigType::STRING, String("")},
|
||||
{"n2kDestB", ConfigType::STRING, String("")},
|
||||
{"n2kDestC", ConfigType::STRING, String("")},
|
||||
{"n2kDestA", ConfigType::STRING, String("none")},
|
||||
{"n2kDestB", ConfigType::STRING, String("none")},
|
||||
{"n2kDestC", ConfigType::STRING, String("none")},
|
||||
{"envInterval", ConfigType::SHORT, int16_t(5)},
|
||||
|
||||
// no user access
|
||||
|
||||
Reference in New Issue
Block a user