Skip to content

Commit

Permalink
correction Json
Browse files Browse the repository at this point in the history
  • Loading branch information
xlyric committed Jul 24, 2024
1 parent a0fa50e commit dd0a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ struct Dallas{
else {
dev_switch = R"(
"unit_of_meas": ")" + unit_of_meas + R"(",
"stat_cla": ")" + stat_cla + R"(","
"stat_cla": ")" + stat_cla + R"(",
)";
}

Expand Down

0 comments on commit dd0a1bd

Please sign in to comment.