project-sparthan / sparthan-myo

ESP32 Arduino library for the Myo EMG Armband
MIT License
4 stars 4 forks source link

myo_print example unable to #include "sdkconfig.h" #1

Open Val-TYL opened 5 years ago

Val-TYL commented 5 years ago

Hi, I tried to run the myo_print example, but the error message saying fatal error: sdkconfig.h shows up!

In file included from /Users/student/Documents/Arduino/libraries/Sparthan_Myo/src/myo.h:6:0, from /Users/student/Documents/Arduino/libraries/Sparthan_Myo/examples/myo_print/myo_print.ino:1: /Users/student/Documents/Arduino/libraries/ESP32_BLE_Arduino/src/BLEDevice.h:10:23: fatal error: sdkconfig.h: No such file or directory

include "sdkconfig.h"

I have both the ESP32 arduino and ESP32 myo libraries, and I've tried to copy this file into sketch, but am still facing the same issue.

Would appreciate any help! Thanks :)

hexdae commented 4 years ago

Hi @Val-TYL, sorry for the late response. The error you are seeing is probably cause by the board selection. Please make sure the board you have selected is ESP32-Dev-Module