Me No Dev
Me No Dev
> Maybe it could be possible to specify / override the XTAL frequency through boards.txt? Unfortunately this would require rework that is just not worth for a single type of...
> I went back to v2.0.x for the time being. You could try the workaround above
Created PR with support for SparkFun ESP32 Thing: https://github.com/espressif/arduino-esp32/pull/9844 @igrr similar thing can be done for your board too (or even through menu that adds `-DF_XTAL_MHZ=26`)
Arduino IDE: add a file named `build_opt.h` in the sketch folder containing `-DF_XTAL_MHZ=26` pioarduino: @Jason2866 can help with the `platformio.ini` line to add that same flag Let me know if...
codespell not happy: https://github.com/espressif/arduino-esp32/actions/runs/11439141162/job/31822194081?pr=10460#step:8:26
is `btStart();` called from within that AudioTools library?
I see it being called here: https://github.com/pschatzmann/ESP32-A2DP/blob/8b29acb85bf5edeb321c2c0cd234a29661eb4f45/src/BluetoothA2DPCommon.cpp#L400 Does the sketch work in Arduino IDE?
Closed because "Closing this issue as resolved." was stated. I do know we still need to fix this for component and pioarduino
The world have moved forward. IDE 2.x has a new plugin for that. IDE 1.x is now deprecated. Same goes for esptool that has moved to v5 and brings the...
You can see a list of plugins for the IDE2 here: https://github.com/MicSG-dev/list-of-compatible-plugins-with-arduino-ide-2-x