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

Compile with Arduino 3 (ESP-IDF 5.1) #13

Merged
merged 5 commits into from Mar 15, 2024
Merged

Conversation

tueddy
Copy link

@tueddy tueddy commented Mar 2, 2024

Tested with PIO, platform.ini:

[env:lolin_d32]
platform = espressif32
;platform = espressif32@^6.5.0 ;ESP-IDF 4.6
board = lolin_d32
framework = arduino
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-alpha3
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
lib_deps =
https://github.com/mathieucarbou/ESPAsyncWebServer.git

@mathieucarbou
Copy link
Owner

mathieucarbou commented Mar 14, 2024

Hello,

Thank you, and sorry for the delay!

Would you be able to rebased you PR and fix the errors related to #include <rom/ets_sys.h> for esp8266 ? It misses some macros around ;-)

@mathieucarbou mathieucarbou self-requested a review March 14, 2024 19:18
src/AsyncEventSource.cpp Outdated Show resolved Hide resolved
@mathieucarbou mathieucarbou merged commit 5862e13 into mathieucarbou:main Mar 15, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants