mbuts
July 4, 2019, 9:03am
1
hi;
my problem is that; no headers files (.h) found in C:\Users\user\Documents\Arduino\hardware\espressif\esp32\libraries\AzureIoT. i try to use esp32 for wifi
connection but it gives me that error. Also,my AzureIoT foulder is empty.I use windows 10.
what should i do?
pert
July 4, 2019, 9:21am
2
This is because AzureIoT is a submodule. I guess you skipped a step of the installation instructions:
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/windows.md
Really, you should only be installing the ESP32 core this way if you are a beta tester or doing development work on the core. Normal users should always use the Boards Manager installation instructions:
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
I recommend that you delete the C:\Users\user\Documents\Arduino\hardware\espressif\esp32 folder and install the ESP32 core using Boards Manager.
1 Like
mbuts
July 4, 2019, 10:32am
3
yes, now it is working very well.Thank you so much.
pert
July 4, 2019, 10:33am
4
You're welcome. I'm glad to hear it's working now. Enjoy!
Per