Skip to content

Commit

Permalink
Merge pull request emsesp#937 from proddy/dev
Browse files Browse the repository at this point in the history
fix dump_value_info()
  • Loading branch information
proddy authored Jan 30, 2023
2 parents 33bcb54 + 1603eaf commit 887d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emsdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_);
Expand Down

0 comments on commit 887d535

Please sign in to comment.