Tags: Marnek/arduino-esp32
Tags
fix(release): Update merge_package.py (espressif#9694) Use packaging.version instead of the deprecated distutils.version
fix: remove "programmer.default" from Nano ESP32 (espressif#9665) Setting programmer.default has unfortunately multiple effects: - sets the tick by default in the Tool menu in the IDE (which was the expected behavior), - forces the CLI to use the specified programmer every time an upload is attempted (which is confusing users). For this reason, it is better to remove the "programmer.default" setting from the board definition and let the user choose the programmer in the IDE menus, as it was before.
Reduced GPIO17 (Ethernet clock GPIO) signal strength to reduce noise. (… …espressif#9623) * Create variant.cpp Reduced Ethernet clock GPIO signal strength to reduce noise. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: DanKoloff <lubchoh@yahoo.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>