EmileSpecialProducts / Turtle-ESP-mouse-jiggler

Mouse jiggler of the ESP USB and BLE
GNU General Public License v3.0
0 stars 0 forks source link

ESP::getFlashChipMode crashes on ESP32S3 boards #4

Closed EmileSpecialProducts closed 2 hours ago

EmileSpecialProducts commented 2 hours ago

This is caused by: ESP_ARDUINO_VERSION: 2.0.17 , Was on in the 2.0.14 version ESP::getFlashChipMode crashes on ESP32S3 boards Will add a define:

if not defined(CONFIG_IDF_TARGET_ESP32S3) || ESP_ARDUINO_VERSION_MAJOR > 2

EmileSpecialProducts commented 2 hours ago

resolved by addding a define