1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

add web install tools

This commit is contained in:
andreas
2023-03-13 15:21:39 +01:00
parent 10b04509ba
commit 14a8b44221
5 changed files with 685 additions and 0 deletions

24
webinstall/install.css Normal file
View File

@@ -0,0 +1,24 @@
.item {
margin: 0.5em;
}
.itemTitle {
margin-top: 0.5em;
margin-bottom: 0.2em;
}
button.installButton, button.showConsole, button.hideConsole {
font-size: 1em;
margin-left: 0.5em;
}
select.consoleBaud {
display: inline-block;
max-width: 10em;
font-size: 1em;
}
.console {
margin-bottom: 1em;
}
body {
font-size: 16px;
font-family: system-ui;
line-height: 1.5em;
}