blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Arduino library missing "sdkconfig.h" #506

Closed keen101 closed 3 years ago

keen101 commented 3 years ago

In file included from /home/andrew/Arduino/libraries/Blynk/examples/Boards_Bluetooth/ESP32_BT/ESP32_BT.ino:31:0: /home/andrew/Arduino/libraries/Blynk/src/BlynkSimpleEsp32_BT.h:11:10: fatal error: sdkconfig.h: No such file or directory

include "sdkconfig.h"

keen101 commented 3 years ago

Never mind. Needed to select esp32 as board in the arduino ide. Closing this.