start integrating MeterBus client
This commit is contained in:
@ -41,7 +41,7 @@ const uint8_t SET_TEMPERATURE_DEBUG_2_KEY = 25;
|
||||
const uint8_t SET_TEMPERATURE_DEBUG_3_KEY = 26;
|
||||
const uint8_t CONF_COLON_KEY = 27;
|
||||
const uint8_t MODE_COLON_KEY = 28;
|
||||
const uint8_t THERMOMETER_BEGIN_1_KEY = 29;
|
||||
const uint8_t CONFIG_INIT_KEY = 29;
|
||||
const uint8_t STATE_0_KEY = 30;
|
||||
const uint8_t TO_STATE_1_KEY = 31;
|
||||
const uint8_t TO_STATE_10_KEY = 32;
|
||||
@ -61,6 +61,7 @@ const uint8_t THERMCONFIG_HELP_KEY = 45;
|
||||
const uint8_t THERMVALUES_HELP_KEY = 46;
|
||||
const uint8_t THERMCALIBRATE_HELP_KEY = 47;
|
||||
const uint8_t CALIBRATION_ZEOR_MODE_HINT_KEY = 48;
|
||||
const uint8_t MBC_CONFIG_HELP_KEY = 49;
|
||||
|
||||
|
||||
const String TEXT_RESOURCES[] = {
|
||||
@ -113,6 +114,8 @@ const String TEXT_RESOURCES[] = {
|
||||
"Show thermometer measurement values",
|
||||
"Thermometer calibration operations",
|
||||
"No, no, we are in calibration zero mode, so directly switch to state 20",
|
||||
"MeterBus Client Configuration",
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user