mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 00:23:18 +01:00
Update config.h
This commit is contained in:
parent
d55d2141b9
commit
c043f03527
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@ struct REG1 {
|
|||
uint8_t rssi_noise : 1;
|
||||
std::string rssi_noise_description_() {
|
||||
switch (this->rssi_noise) {
|
||||
case ENABLED:
|
||||
case EBYTE_ENABLED:
|
||||
return "rssi_noise: ENABLED";
|
||||
case DISABLED:
|
||||
case EBYTE_DISABLED:
|
||||
return "rssi_noise: DISABLED";
|
||||
default:
|
||||
return "";
|
||||
|
|
Loading…
Reference in a new issue