mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 23:20:00 +01:00
Updated web files
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -89,13 +89,13 @@ void setup() {
|
|||||||
wifi_set_promiscuous_rx_cb([](uint8_t* buf, uint16_t len) {
|
wifi_set_promiscuous_rx_cb([](uint8_t* buf, uint16_t len) {
|
||||||
scan.sniffer(buf, len);
|
scan.sniffer(buf, len);
|
||||||
});
|
});
|
||||||
|
|
||||||
// copy web files to SPIFFS
|
|
||||||
copyWebFiles();
|
|
||||||
|
|
||||||
// load settings
|
// load settings
|
||||||
settings.load();
|
settings.load();
|
||||||
|
|
||||||
|
// copy web files to SPIFFS
|
||||||
|
copyWebFiles(false);
|
||||||
|
|
||||||
// start display
|
// start display
|
||||||
if (settings.getDisplayInterface()){
|
if (settings.getDisplayInterface()){
|
||||||
displayUI.setup();
|
displayUI.setup();
|
||||||
|
|||||||
Reference in New Issue
Block a user