mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
upper case Digital In
This commit is contained in:
@@ -464,7 +464,7 @@ void EMSESP::show_sensor_values(uuid::console::Shell & shell) {
|
||||
COLOR_BRIGHT_GREEN,
|
||||
(uint16_t)sensor.value(), // as int
|
||||
COLOR_RESET,
|
||||
sensor.type() == AnalogSensor::AnalogType::COUNTER ? "Counter" : "Digital in");
|
||||
sensor.type() == AnalogSensor::AnalogType::COUNTER ? "Counter" : "Digital In");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user