Compare commits

...

3 Commits

3 changed files with 2 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ input[type="submit"]:disabled,
color: #000;
vertical-align: middle;
margin-left: 0.5rem;
text-shadow: 0 !important;
text-shadow: none !important;
}
.progress-container {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 283 KiB

View File

@ -30,6 +30,7 @@ void setup() {
// Start Display
setupDisplay();
oledShowMessage("FilaMan v"+String(VERSION));
// WiFiManager
initWiFi();