mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +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,
|
COLOR_BRIGHT_GREEN,
|
||||||
(uint16_t)sensor.value(), // as int
|
(uint16_t)sensor.value(), // as int
|
||||||
COLOR_RESET,
|
COLOR_RESET,
|
||||||
sensor.type() == AnalogSensor::AnalogType::COUNTER ? "Counter" : "Digital in");
|
sensor.type() == AnalogSensor::AnalogType::COUNTER ? "Counter" : "Digital In");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user