Hello all.
I'm working with the latest version of Arduino IDE, but I have a .jar
tool that I need to use with it: It flashes a LittleFS image onto an ESP8266. So now I have two seperate versions of the IDE running; an older version that supports the tool and the latest version with the other features I need.
Since I need to flash the files onto the device every time I upload (because they're modified while the code runs), I'm trying to automate this process. Is there some sort of way I can use a command line interface to activate that tool via the old version of the IDE? I've heard about Arduino CLI, but I'm not sure if that would work or not.
I've already tried going into the tools
directory and running the .jar
file, but it refused to run.
Any ideas?