-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PlatformIO integration scripts #7579
Conversation
@valeros ESP32-S3 does not have DIO 40MHz bootloader. It does have DIO 80MHz. In reality, default should be QIO@80MHz for all chips |
Hi @me-no-dev, I'm not sure where this DIO 40MHz is coming from, we don't have any preconfigured S3-based board manifests with the |
@valeros it must be coming somewhere from your board definitions or build scripts, because I do not see it defined on our side as well. You can add the changes to |
@valeros @me-no-dev I think this is the place where the issue is coming from https://github.com/tasmota/arduino-esp32/blob/master/.github/scripts/on-push.sh#L88 |
Yeah, thanks @Jason2866 , I'm already working on renovating the action script. |
This PR brings updates according to the latest changes in the Arduino core: - Bootloader binaries are now generated from elf files - Updated CI scripts - Updated esptoolpy to v4.2.1 - Minor clean-up by removing obsolete code Resolves espressif#7572
@me-no-dev Does it look better now? |
Looks good :) |
@valeros Thx! Tested. Just works ;-) |
This PR brings updates according to the latest changes in the Arduino core:
Resolves #7572