mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix dump_value_info()
This commit is contained in:
@@ -1109,7 +1109,7 @@ void EMSdevice::dump_value_info() {
|
||||
if (dv.fullname != nullptr) {
|
||||
Serial.print(name_);
|
||||
Serial.print(',');
|
||||
Serial.print(device_type_name().c_str());
|
||||
Serial.print(device_type_name());
|
||||
Serial.print(',');
|
||||
|
||||
Serial.print(product_id_);
|
||||
|
||||
Reference in New Issue
Block a user