fix asyncwebserver template engine bug when document has a certain size
This commit is contained in:
parent
0571acc350
commit
ac707d0367
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const char* Page_system_HTML PROGMEM = R"(%HEADER%
|
|||
|
||||
<input type='submit' value='💾 Save settings'>
|
||||
</form>
|
||||
%FOOTER%)";
|
||||
%FOOTER% )";
|
||||
|
||||
const char* Page_system_HTML_SUBNAV PROGMEM = R"(<ul class='subnav'>
|
||||
<li><a class='%ACTIVE_SUBNAV_SENSOR%' href='/system/sensor/'>🌡️ Sensor configuration</a></li>
|
||||
|
|
Loading…
Reference in a new issue