MKS-TinyBee icon indicating copy to clipboard operation
MKS-TinyBee copied to clipboard

Modified library source, breaks compiling after a make clean

Open ellensp opened this issue 3 years ago • 2 comments

You have modified files in .pio/libdeps/mks_tinybee/ESP3DLib/src/sd_ESP32.cpp and sd_ESP32.h and web_server.cpp You added various references to sd_busy_lock

The instant you do a build clean, the source no longer compiles

If you need to modify these file you need clone the library ESP3DLib=https://github.com/luc-github/ESP3DLib/archive/master.zip Make the change and then reference your cloned repository

ellensp avatar Feb 26 '22 09:02 ellensp

Please don't clear it, the modifications we made are all in the library, and the library you downloaded cannot be compiled.

MKS-hosiey avatar Mar 08 '22 11:03 MKS-hosiey

As I said, you need to make your own fork of the library with these changes, so correct version gets downloaded and installed.

ellensp avatar Mar 09 '22 01:03 ellensp