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.
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
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 :)