mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Feature: Add initial version of CAN logger (#639)
* Add initial version of CAN logger
This commit is contained in:
parent
615760afdc
commit
4232da8aec
10 changed files with 184 additions and 6 deletions
|
@ -8,6 +8,10 @@ String settings_processor(const String& var) {
|
|||
//Page format
|
||||
content += "<style>";
|
||||
content += "body { background-color: black; color: white; }";
|
||||
content +=
|
||||
"button { background-color: #505E67; color: white; border: none; padding: 10px 20px; margin-bottom: 20px; "
|
||||
"cursor: pointer; border-radius: 10px; }";
|
||||
content += "button:hover { background-color: #3A4A52; }";
|
||||
content += "</style>";
|
||||
|
||||
content += "<button onclick='goToMainPage()'>Back to main page</button>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue