Open 25879 opened 2 years ago
Same problem here, looking for a solution
Exactly same problem here, too
The firmware on the repo is pretty old one, seems have compatibility with latest platformio, anyone try latest marlin?
platformio is latest firmare from this github
Ie you need You need the following in Configuration_adv.h
in platformio.ini [platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards default_envs = fysetc_e4 include_dir = Marlin
need config for your printer Configuration.h
The firmware on the repo is pretty old one, seems have compatibility with latest platformio, anyone try latest marlin?
I've got the latest Marlin 2.1.x to build and work as before. It's not really that difficult if you follow Luc's instructions.
I used the default config files and modded them as follows:-
as per the above craftbot's post, but it needs to use Espressif@3.4 So in /ini/esp32.ini
edit the first line:- platform = espressif32@3.4
I have also implemented a BL/CR touch on GPIO 0, but this requires a few more files to be changed.
same problem cant find solution
how about for 2.0.9 platform = espressif32@3.4 not working (compile but size too low and not work)
Sorry mate, that version doesn't compile anymore on my machine. Most probably from incessant updates to VSCode/Platform IO, you'd think they'd dial it back a bit now that they're supposed to be at war and all. Try building 209 with @., but you get wificlientsecure.h and a host of other errors each time you forcibly copy the files it's looking for into the project. On Oct 16, 2022, at 8:30 PM, 4kardes @.> wrote:how about for 2.0.9 Some Drawings not working (compile but size too low and not work) #define SERIAL_PORT_2 -1 getting error—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
I failed to build the firmware downloaded from here after i upgrad PlatformIO to the latest version (Core 6.1.3). It seems that the build-in library of ESP32 cannot be read correctly. Please help... Part of the log attached below..