remove test cmd, introduce resources to cmdServer
This commit is contained in:
10
Resources.h
10
Resources.h
@ -55,6 +55,11 @@ const uint8_t STATE_20_MSG_2_KEY = 39;
|
||||
const uint8_t STATE_20_MSG_3_KEY = 40;
|
||||
const uint8_t STATE_20_MSG_4_KEY = 41;
|
||||
const uint8_t COLON_SPACE_KEY = 42;
|
||||
const uint8_t CMDSERVER_HELP_KEY = 43;
|
||||
const uint8_t CMDSERVER_CMD_NOT_FOUND_KEY = 44;
|
||||
const uint8_t THERMCONFIG_HELP_KEY = 45;
|
||||
const uint8_t THERMVALUES_HELP_KEY = 46;
|
||||
const uint8_t THERMCALIBRATE_HELP_KEY = 47;
|
||||
|
||||
|
||||
/*
|
||||
@ -102,6 +107,11 @@ const String TEXT_RESOURCES[] = {
|
||||
"Calibration stopped",
|
||||
"Save calibration factor for channel ",
|
||||
": ",
|
||||
"HELP List this help for all commands",
|
||||
"command not found",
|
||||
"Thermometer configuration operations",
|
||||
"Show thermometer measurement values",
|
||||
"Thermometer calibration operations",
|
||||
};
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user