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

Describe arduino vs platformio issue on esp32 #33

Closed
cziter15 opened this issue Jun 15, 2024 · 0 comments
Closed

Describe arduino vs platformio issue on esp32 #33

cziter15 opened this issue Jun 15, 2024 · 0 comments

Comments

@cziter15
Copy link
Owner

cziter15 commented Jun 15, 2024

The ESP32 Core for Arduino 2.x is the most recent major version currently recommended for use with PlatformIO. The decision to discontinue support was made by the Espressif company, as indicated in their official statement: espressif/arduino-esp32#8606

Temporary solution - add to platformio.ini:

platform_packages=
  framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.1
  framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.1/esp32-arduino-libs-3.0.1.zip

platformio/platform-espressif32#1225

@cziter15 cziter15 closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant