Skip to content

Commit

Permalink
fix dump_value_info()
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jan 30, 2023
1 parent 33bcb54 commit 1603eaf
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 1603eaf

Please sign in to comment.