lbernstone wrote: ↑Wed Apr 27, 2022 9:07 am
The built in libraries are included when you install via board manager, no need for further acrobatics. Remove the mess you have made in your libraries folder. Keep it simple.
I wish that were true. If it were, I wouldn't be here. Perhaps I missed something. My process was simple.
1. new install of arduino.
2. Install esp board support using board manager. (installs w/o error)
2a. Change board to nodemcu.
3. install JemRF zip file that contains sketch I am trying to work on. (installs w/o error)
4. FAIL to compile due to missing libraries
5. Find what seem to be missing libs here:
https://github.com/espressif/arduino-esp32.
6. Attempt to install those libs from zip file on Git through arduino lib manager.
7. FAILS to install the zip file with a long list of errors.
8. Come here for support as directed on GIT.
If something in this process is incorrect, please tell me which step was wrong, or missed, or whatever. I can start from scratch if necessary.
But my initial question also remains. How is this lib intended to be used?? It will not install using arduino lib manager.
https://github.com/espressif/arduino-esp32. Is it supposed to be installed as part of a board manager install?