rw950431 / ESP8266mini-sniff

Wifi packet sniffer based on the ESP8266 chipset
GNU General Public License v3.0
28 stars 20 forks source link

Rename sketch folder to match the sketch name #3

Open per1234 opened 6 years ago

per1234 commented 6 years ago

The Arduino IDE requires that a sketch be located in a folder of the same name. When opening a file that does not meet this sketch/folder name matching requirement the Arduino IDE presents a dialog:

The file "esp8266mon-serial.ino" needs to be inside a sketch folder named "esp8266mon-serial". Create this folder, move the file, and continue?

After clicking "OK" the Arduino IDE currently moves only the file esp8266mon-serial.ino to the new folder, leaving behind the other source files. This causes compilation of the sketch to fail:

ESP8266mini-sniff-master\serial\esp8266mon-serial\esp8266mon-serial.ino:13:23: fatal error: functions.h: No such file or directory