I am just new in using Atom after having used Arduino IDE since years. My computers are using Windows 10.
From Arduino i imported a project for ESP32/ESP8266 with a testprogram for customizing parameters in a configfile in SPIFFS. The wifimanager is included in the main program.
The program which was compiling in Arduino IDE without problems does not compile in Atom.
Error message:
C:/Users/xxxx/.platformio/lib/WifiManager_ID567/WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory
In Arduino i could define a compiler switch called ‘ESP8266’ which lets the compiler either use just one of the libraries WIFI.h or ESP8266wifi.h.
In the library registry i could not fin ESP8266WiFi
Now my question: How can i get the ESPWiFi.h/.cpp to the correct directory?
Thank you in advance for any helpful hint!
best regards