Replies: 6 comments 17 replies
-
|
I'm not sure if I need to post this here, or in https://github.com/pioarduino/platform-espressif32 |
Beta Was this translation helpful? Give feedback.
-
|
FYI, I have opened an issue on the pioarduino git. |
Beta Was this translation helpful? Give feedback.
-
|
@qniens @mathieucarbou The linker error should be gone. It does work for "normal" compile with precompiled Arduino Libs. Honestly currently i dont understand what is the reason failing with HybridCompile since there is the sdkconfig used stored in Arduino framework. Only the sdkconfig which is set in |
Beta Was this translation helpful? Give feedback.
-
|
@mathieucarbou I’d like to use hybrid mode to improve Ethernet performance, particularly for UDP. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed. Platform rereleased. Delete |
Beta Was this translation helpful? Give feedback.
-
|
Once again, thank you all for the quick support, much appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
pioarduino
What happened?
Project will not compile with version 55.03.34 in combination with custom_sdkconfig in platformio.ini
It doesn't matter which settings are set. When in Hybrid mode it will give the following linking error.
Deleting the .platformio folder and reinstalling all tools doesn't make a difference.
Stack Trace
Minimal Reproductible Example (MRE)
[main.cpp]
platformio.ini
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions