Added HTTP OTA update via ESPAsyncWebServer

This commit is contained in:
cschwinne
2019-02-17 17:11:10 +01:00
parent 5694ff7c97
commit 2af6af2bf0
16 changed files with 66 additions and 2352 deletions

View File

@@ -23,7 +23,7 @@
--tCol: #328CC1;
--cFn: Verdana;
}
button {
.bt {
background: var(--bCol);
color: var(--tCol);
border: 0.3ch solid var(--bCol);
@@ -34,6 +34,9 @@
margin: 8px;
margin-top: 12px;
}
input[type=file] {
font-size: 16px;
}
body {
font-family: var(--cFn), sans-serif;
text-align: center;
@@ -47,6 +50,7 @@
</head>
<body>
<h2>Sample message.</h2>
Sample detail.
</body>
</html>