Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
890 stars 284 forks source link

esp_vad.h issue when trying to load factory demo sketch #234

Open GSGDaren opened 6 months ago

GSGDaren commented 6 months ago

I have followed the setup instructions for the Arduino IDE, but the IDE will only install 2.0.10 or higher for the ESP32 board driverr. What is the correct procedure to use 2.0.9 (as the work around for the esp_vad.h library not being included in the release version after 2.0.9)?

lewisxhe commented 6 months ago

Arduino IDE -> Preferences -> Additional boards manager URLs

https://espressif.github.io/arduino-esp32/package_esp32_index.json
GSGDaren commented 6 months ago

Thank you!