-
Notifications
You must be signed in to change notification settings - Fork 315
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
use older embed python for older that idf 5 #1021
Conversation
Download the artifacts for this pull request: |
@brianignacio5 hi ! Tested under: Able to configure extension via"Configure ESP-IDF extension" command with ESP-IDF v4.4.5.
But still - able to build and flash project without errors. After: |
Tested on: LGTM 👍 |
Description
Use Embed Python 3.8.7 for ESP-IDF < v5.0
Fixes #1015
Type of change
Please delete options that are not relevant.
Steps to test this pull request
Expected behaviour: Setup works correctly
Expected output: Python 3.8.7 for IDF < 5.0 and 3.11.2 for IDF >= 5.0
How has this been tested?
Manual testing
Test Configuration:
Checklist