Update uart bridge

This commit is contained in:
Sergey Lyubka 2022-06-18 11:32:31 +01:00
parent 1b34360b05
commit ba8482c707
2 changed files with 3 additions and 3 deletions

View File

@ -1673,7 +1673,7 @@ static const unsigned char v4[] = {
118, 101, 32, 123, 32, 99, 111, 108, 111, 114, 58, 32, // ve { color:
35, 53, 53, 102, 59, 32, 125, 10, 98, 111, 100, 121, // #55f; }.body
32, 123, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, // {background
58, 32, 35, 52, 53, 53, 59, 32, 125, 10, 46, 97, // : #455; }..a
58, 32, 35, 53, 53, 53, 59, 32, 125, 10, 46, 97, // : #555; }..a
100, 100, 111, 110, 32, 123, 32, 99, 111, 108, 111, 114, // ddon { color
58, 32, 35, 57, 57, 57, 59, 32, 109, 105, 110, 45, // : #999; min-
119, 105, 100, 116, 104, 58, 32, 55, 46, 53, 101, 109, // width: 7.5em
@ -1810,7 +1810,7 @@ static const struct packed_file {
{"/web_root/index.html", v1, sizeof(v1), 1654623573},
{"/web_root/main.js", v2, sizeof(v2), 1655545304},
{"/web_root/preact.min.js", v3, sizeof(v3), 1654623573},
{"/web_root/style.css", v4, sizeof(v4), 1655522711},
{"/web_root/style.css", v4, sizeof(v4), 1655548336},
{NULL, NULL, 0, 0}
};

View File

@ -5,7 +5,7 @@ pre { color: #373; font-family: monospace; font-weight: bolder; font-size: small
textarea, input { border: 1px solid #ccc; padding: 0.3em 0.5em;}
textarea, input, .addon, .label { font-size: 14px; }
a, a:visited, a:active { color: #55f; }
body {background: #455; }
body {background: #555; }
.addon { color: #999; min-width: 7.5em; }
.label { color: #999; }
.btn {