ItKindaWorks / ESPHelper32

### This project has been merged ESPHelper. Please use https://github.com/ItKindaWorks/ESPHelper ### A port of the ESPHelper library for ESP32 devices
GNU General Public License v3.0
54 stars 9 forks source link

fatal error: ESPHelper32.h: No such file or directory #3

Closed SteveRMann closed 5 years ago

SteveRMann commented 5 years ago

I put the folder: ESPHelper32-master in my Arduino\libraries\folder, and restarted the IDE. What have I forgotten to do to use ESPHelper32 on a NodeMCU?

per1234 commented 5 years ago

You must not have installed the library correctly. Try this:

  1. Download https://github.com/ItKindaWorks/ESPHelper32/archive/master.zip
  2. (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library...
  3. Select the downloaded .zip file.
  4. Click "Open".

That should correctly install the library, after which you will not get the ESPHelper32.h: No such file or directory error anymore (you might still get other errors).

ItKindaWorks commented 5 years ago

Assuming this has been resolved. Closing.