Closed Thermelgy-Repo closed 1 year ago
@Thermelgy-Repo I recommend using the version arduino-esp 2.0.0 specified in the project
@Thermelgy-Repo I recommend using the version arduino-esp 2.0.0 specified in the project
Thank you for your quick response, but I want to use the latest V2.0.9, so that to improve UART communication. Can U plz guide me about the root cause, I think the PPP improvement is happended from V2.0.3 onwards.
I finally solved the issue :
In Platform.ini :
build_flags =:
-Isdkconfig
sdkconfig for V2.0.9 : sdkconfig.zip
Now I am able to compile. Happy compiling š
Great rigour to get this solved
I finally solved the issue :
- combining netif folder in path ".platformio\packages\framework-arduinoespressif32\tools\sdk\esp32\include\lwip\lwip\src\include" with official esp-lwip netif folder. I have added the netif folder of V2.0.9 : netif.zip
- Included the netif folder directly with project folder.
- Add a custom sdkconfig on platform.ini build flags of sdkconfig & sdkconfig.h with added PPP flags.
In Platform.ini :
build_flags =: -Isdkconfig
sdkconfig for V2.0.9 : sdkconfig.zip
Now I am able to compile. Happy compiling š
Hello, I tried but was unsuccessful. Can you send me the complete platform io project? Thank you very much for your reference.
I finally solved the issue :
- combining netif folder in path ".platformio\packages\framework-arduinoespressif32\tools\sdk\esp32\include\lwip\lwip\src\include" with official esp-lwip netif folder. I have added the netif folder of V2.0.9 : netif.zip
- Included the netif folder directly with project folder.
- Add a custom sdkconfig on platform.ini build flags of sdkconfig & sdkconfig.h with added PPP flags.
In Platform.ini :
build_flags =: -Isdkconfig
sdkconfig for V2.0.9 : sdkconfig.zip Now I am able to compile. Happy compiling š
Hello, I tried but was unsuccessful. Can you send me the complete platform io project? Thank you very much for your reference.
Have U Done the same steps?, Have U included the lwip /netif folder in your current project file? Can U post your .ini & compilation error here.
Hello, I also build a custom platform with PPPoS enabled! I used esp32-arduino-lib-builder, then uploaded the zip file to a online bucket and set up my Arduino IDE and CLI to pull my esp32 build.
I wrote a detailed article about that: https://cescobaz.com/2024/02/28/compile-and-use-custom-build-of-arduino-esp32/
Dear @levkovigor,
Thank you for this amazing Lib. I have recently encountered an issue when I have upgraded the esp-arduino framework from V1.0.6 to 2.0.9. I am getting some Linking issue :
I have even tried to change the sdkconfig.h as below:
This is my build log :
Still the problem exists. Any help is appretiated