Adruino giving compilation error for esp8266 deauther
Posted: Thu May 18, 2017 6:00 am
Hello guys,
so I recently got my self an esp 8266 board and I was trying to do a project of convering it into a deather attacker. I followed steps from spacehuhn,s post at GitHub. after doing everything when I copied the code into adruino and started to upload it, adruino gave me the following error
Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (1M SPIFFS)"
"C:\Users\Dell\AppData\Local\Temp\Temp1_esp8266_deauther-master.zip\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:60:18: fatal error: data.h: No such file or directory
#include "data.h"
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences."
Can somebody please tell me what the problem is?
thanks in advance.
so I recently got my self an esp 8266 board and I was trying to do a project of convering it into a deather attacker. I followed steps from spacehuhn,s post at GitHub. after doing everything when I copied the code into adruino and started to upload it, adruino gave me the following error
Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (1M SPIFFS)"
"C:\Users\Dell\AppData\Local\Temp\Temp1_esp8266_deauther-master.zip\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:60:18: fatal error: data.h: No such file or directory
#include "data.h"
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences."
Can somebody please tell me what the problem is?
thanks in advance.