mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Add thin line as sub-separator
This commit is contained in:
parent
637fac5ae8
commit
2c555cf15b
@ -935,6 +935,7 @@ const float kSpeedConversionFactor[] = {1, // none
|
||||
#ifdef USE_WEBSERVER
|
||||
// {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
||||
const char HTTP_SNS_HR[] PROGMEM = "<tr><td colspan=2><hr/>{e}";
|
||||
const char HTTP_SNS_HR_THIN[] PROGMEM = "<tr><td colspan=2><hr size=1/>{e}";
|
||||
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_MA[] PROGMEM = "{s}%s " D_CURRENT "{m}%*_f " D_UNIT_MILLIAMPERE "{e}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user