me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
544 stars 144 forks source link

Question with executable jar file #48

Open LeonardoCT opened 1 year ago

LeonardoCT commented 1 year ago

Hello, i was wondering if it's possible to use this jar file with start-up commands, without the arduino IDE like:

java -jar esp32fs.jar -folder /data -output data.bin -scheme 1M.cvs

My question is, are these avaible for standalone use?