mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-16 12:49:56 +03:00
Typos, version string
This commit is contained in:
@@ -277,7 +277,7 @@ void Sensors::publish_values() {
|
||||
if (mqtt_format_ == Settings::MQTT_format::CUSTOM) {
|
||||
char s[5];
|
||||
doc[device.to_string()] = Helpers::render_value(s, device.temperature_c_, 2);
|
||||
} else {
|
||||
} else {
|
||||
char sensorID[10]; // sensor{1-n}
|
||||
strlcpy(sensorID, "sensor", 10);
|
||||
char s[5];
|
||||
|
||||
Reference in New Issue
Block a user