Skip to content

Commit

Permalink
Needed too
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Aug 13, 2024
1 parent b93e6ce commit 102428f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/include/i18n.h
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ const char HTTP_SNS_HR[] PROGMEM = "<tr><td colspan=2 style='font-siz
const char HTTP_SNS_HR_THIN[] PROGMEM = "<tr><td colspan=2 style='font-size:2px'><hr size=1/></td></tr>";
const char HTTP_SNS_F_TEMP[] PROGMEM = "{s}%s " D_TEMPERATURE "{m}%*_f " D_UNIT_DEGREE "%c{e}";
const char HTTP_SNS_F_VOLTAGE[] PROGMEM = "{s}%s " D_VOLTAGE "{m}%*_f " D_UNIT_VOLT "{e}";
const char HTTP_SNS_F_CURRENT[] PROGMEM = "{s}%s " D_CURRENT "{m}%*_f " D_UNIT_AMPERE "{e}";
const char HTTP_SNS_F_CURRENT_MA[] PROGMEM = "{s}%s " D_CURRENT "{m}%*_f " D_UNIT_MILLIAMPERE "{e}";
const char HTTP_SNS_F_DISTANCE_CM[] PROGMEM = "{s}%s " D_DISTANCE "{m}%1_f " D_UNIT_CENTIMETER "{e}";
const char HTTP_SNS_F_NOX[] PROGMEM = "{s}%s " D_NOX "{m}%*_f " "{e}";
Expand Down

0 comments on commit 102428f

Please sign in to comment.