This commit is contained in:
Daniel Öster 2024-08-05 11:39:54 +03:00
parent a423d617e5
commit df626c3920
2 changed files with 23 additions and 2 deletions

View file

@ -19,6 +19,22 @@ String settings_processor(const String& var) {
"<h4 style='color: white;'>Password: ######## <span id='Password'></span> <button "
"onclick='editPassword()'>Edit</button></h4>";
/*
If LilyGo used:
Battery CAN channel: DISABLED / CAN / ADD-ON CAN MCP2515 / ADD-ON CAN-FD
Inverter CAN channel: DISABLED / CAN / ADD-ON CAN MCP2515 / ADD-ON CAN-FD
Battery#2 CAN channel: DISABLED / CAN / ADD-ON CAN MCP2515 / ADD-ON CAN-FD
If Stark board used
Battery CAN channel: DISABLED / CAN / CAN-FD
Inverter CAN channel: DISABLED / CAN / CAN-FD
Battery#2 CAN channel: DISABLED / CAN / CAN-FD
*/
content +=
"<h4 style='color: white;'>Password: ######## <span id='Password'></span> <button "
"onclick='editPassword()'>Edit</button></h4>";
// Close the block
content += "</div>";