meterbus integrated but not working
This commit is contained in:
@ -62,6 +62,10 @@ 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 uint8_t MBC_INVALID_FRAME_KEY = 50;
|
||||
const uint8_t MBC_NO_VALID_FRAME_KEY = 51;
|
||||
const uint8_t MBC_INVALID_CHECKSUM_KEY = 52;
|
||||
const uint8_t MBC_NOT_FOR_ME_KEY = 53;
|
||||
|
||||
|
||||
const String TEXT_RESOURCES[] = {
|
||||
@ -115,6 +119,10 @@ const String TEXT_RESOURCES[] = {
|
||||
"Thermometer calibration operations",
|
||||
"No, no, we are in calibration zero mode, so directly switch to state 20",
|
||||
"MeterBus Client Configuration",
|
||||
"Invalid frame",
|
||||
"No valid frame available",
|
||||
"Invalid checksum",
|
||||
"Not for me but for ",
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user