Updated web files

This commit is contained in:
Stefan Kremser
2018-03-25 11:30:50 +02:00
parent b39fd87191
commit f9a4ee006b
16 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -89,13 +89,13 @@ void setup() {
wifi_set_promiscuous_rx_cb([](uint8_t* buf, uint16_t len) {
scan.sniffer(buf, len);
});
// copy web files to SPIFFS
copyWebFiles();
// load settings
settings.load();
// copy web files to SPIFFS
copyWebFiles(false);
// start display
if (settings.getDisplayInterface()){
displayUI.setup();