Esp8266_deauther: SimpleButton.h: No such file or directory

Created on 6 Dec 2018  路  8Comments  路  Source: SpacehuhnTech/esp8266_deauther

I have my board set to Generic ESP8266 Module which is under ESP8266 Deauther Modules.
Error log :

Build options changed, rebuilding all
In file included from sketch\CLI.h:18:0,

                 from E:\Downloads\esp8266_deauther-master\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:32:

sketch\DisplayUI.h:12:26: fatal error: SimpleButton.h: No such file or directory

 #include <SimpleButton.h>

                          ^

compilation terminated.

exit status 1
Error compiling for board Generic ESP8266 Module.

Thanks in advance.

help wanted

Most helpful comment

A tale of thousand and one issues :D

All 8 comments

Please follow the instructions from the wiki: https://github.com/spacehuhn/esp8266_deauther/wiki/Installation#compiling-using-arduino-ide

Let us know if you get stuck somewhere.

hello, i follow every step and also download the missing lib (oled,neopixel and simple) but now i have got a new error when i try to compil

Arduino : 1.8.7 (Windows 10), Carte : "WeMos D1, 80 MHz, Serial, 115200, 4M (1M SPIFFS)"

sketch\Scan.cpp: In member function 'void Scan::start(uint8_t, uint32_t, uint8_t, uint32_t, bool, uint8_t)':

Scan.cpp:81:36: error: no matching function for call to 'ESP8266WiFiClass::scanNetworks(bool, bool)'

         WiFi.scanNetworks(true,true);

                                    ^

sketch\Scan.cpp:81:36: note: candidate is:

In file included from sketch\Accesspoints.h:5:0,

                 from sketch\Scan.h:5,

                 from sketch\Scan.cpp:1:

C:\Users\creaz\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note: int8_t ESP8266WiFiClass::scanNetworks(bool)

     int8_t scanNetworks(bool async = false);

            ^

C:\Users\creaz\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note:   candidate expects 1 argument, 2 provided

exit status 1
no matching function for call to 'ESP8266WiFiClass::scanNetworks(bool, bool)'

Ce rapport pourrait 锚tre plus d茅taill茅 avec
l'option "Afficher les r茅sultats d茅taill茅s de la compilation"
activ茅e dans Fichier -> Pr茅f茅rences.

Do you have any clue why?
Tk

oui

image

A tale of thousand and one issues :D

I dont undertand anything after I get the Simple button error .
I was following this article : https://www.instructables.com/id/DIY-Wifi-Jammer-With-ESP8266-and-Mobile-App/

error is

Arduino: 1.8.8 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"

Build options changed, rebuilding all
In file included from sketch\CLI.h:18:0,

                 from C:\Users\admin\Desktop\esp8266_deauther-master\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:32:

DisplayUI.h:12:26: error: SimpleButton.h: No such file or directory

 #include <SimpleButton.h>

                          ^

compilation terminated.

exit status 1
SimpleButton.h: No such file or directory

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Now what should I do please tell me?

Closing this issue as inactive, feel free to reopen if necessary.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xdobry picture xdobry  路  3Comments

m00n21 picture m00n21  路  4Comments

avoiceofreason picture avoiceofreason  路  5Comments

ghost picture ghost  路  4Comments

Garfius picture Garfius  路  4Comments