mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Dev
This commit is contained in:
parent
a423d617e5
commit
df626c3920
2 changed files with 23 additions and 2 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue