Skip to content
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

Online configurator does not specify the pioarduino platform #1066

Closed
probonopd opened this issue Dec 18, 2024 · 3 comments
Closed

Online configurator does not specify the pioarduino platform #1066

probonopd opened this issue Dec 18, 2024 · 3 comments

Comments

@probonopd
Copy link

Describe the bug

Generate configuration with the online configurator. It does not specify the pioarduino platform.

Expected behavior

Platformio stopped support with espressif for esp32 since 3.0 core update, a community project pioarduino is now used for esp32 instead, the tests are done using arduino esp32 core 3.0.4 / IDF 5.1.4.

So the online generated configuration should contain

[env:esp32s2_4MB_wifi]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip

but it does not.

ESP3D Firmware:

  • ESP3D FW version: 3.0

Board used:

  • MCU: ESP32S2
  • Name: S2 Mini
  • Flash size: [e.g. 4M: 2M/2M] tbd
@probonopd probonopd added the bug label Dec 18, 2024
@luc-github
Copy link
Owner

indeed it was using platformio platform which is stuck to idf 4.4.7 - that is weird - I thought I did it but I do not see any commit...orz

Thank you for reporting it , it is fixed now

@probonopd
Copy link
Author

probonopd commented Dec 19, 2024

Thanks. I tried to compile without changing the config, but compilation failed with a compiler error. When I changed it manually, it worked. So thanks for having fixed it.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants