luc-github / ESP3DLib

ESP3D library for Marlin and ESP32 boards
GNU General Public License v3.0
97 stars 32 forks source link

[BUG]<Compile failed using platform IO> #27

Closed agoy507 closed 3 years ago

agoy507 commented 3 years ago

Describe the bug

Compile failed using platform IO with framework-arduinoespressif32 3.10005.210308 (1.0.5)

Screenshots image

Marlin Firmware:

ESP3DLib :

Board used (please complete the following information):

Additional context Add any other context about the problem here. Wiring, decoded stack, etc...

github-actions[bot] commented 3 years ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 3 years ago

you must not change the platformio.ini currently for esp32 core - I guess you did it for : https://github.com/luc-github/ESP3DLib/discussions/26 but it introduce another issue that is fixed in esp32 core git already

I wait for the fix to be implemented to see if I still need to change in ESP3Dlib so to pass compilation do what https://github.com/luc-github/ESP3DLib/discussions/26 suggest until situation is clear

agoy507 commented 3 years ago

ok. thanks for advice. but i have advice from my friend, if printing and wifi have connection in or out, happen skip on stepper motor. and he said there is an update from espressif to dual core on the arduino framework to handle network on other core cpu.

luc-github commented 3 years ago

as you see in issue fix is already in core : https://github.com/espressif/arduino-esp32/issues/4905 so soon you can use the latest esp32 core