earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
120 stars 20 forks source link

More verbose output #11

Closed siteswapjuggler closed 3 years ago

siteswapjuggler commented 3 years ago

Hello I'm interested into more verbose output so I can bash the upload to many OtA ESP. I tried to modify the source but do not succeed to compile. Can you help me with this ?

earlephilhower commented 3 years ago

Sorry, I don't quite grok what you're trying to do. You need a working java toolchain, and should be able to do a make (modify the paths accordingly in the Makefile) to add all the system.out.println()s you need. Good luck!

siteswapjuggler commented 3 years ago

Sorry I should have close this earlier I found a solution in the afternoon. The paths has to be changed in the Makefile the compilation then work like a charm :)