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

Pin ESP32 SDK version #5

Closed
positron96 opened this issue Nov 4, 2022 · 2 comments
Closed

Pin ESP32 SDK version #5

positron96 opened this issue Nov 4, 2022 · 2 comments

Comments

@positron96
Copy link
Owner

For #4, current versions do not seem to work out of the box. Need to pin my working version

@amjadali56
Copy link

amjadali56 commented Nov 8, 2022

For me ESP32 SDK "espressif32@3.5.0" also checked "espressif32@3.0.0" both worked fine....

[platformio]

default_envs = esp32doit-devkit-v1

[env:esp32doit-devkit-v1]
platform = espressif32@3.5.0
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
                 https://github.com/me-no-dev/ESPAsyncWebServer.git     ; New ESPAsync Web Server work better......
                 ArduinoJson@6.19.2
                 U8g2@2.32.10
                 etlcpp/Embedded Template Library @ ^19.3.5

upload_port = COM5
monitor_speed = 115200
monitor_port = COM5

@positron96
Copy link
Owner Author

@amjadali56 great, thank you very much for sharing that. I have 3.3.2, so if the newer 3.5 works, I'll use that.

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

2 participants