randomouscrap98 / ardugotools

A CLI toolset for Arduboy
MIT License
1 stars 0 forks source link

Add .arduboy upload support #21

Open randomouscrap98 opened 4 months ago

randomouscrap98 commented 4 months ago

Uploading .arduboy files is significantly more complex than uploading sketch files, so it should be its own command. Perhaps something like ardugotools write package name subprog device, where you must provide the correct subprogram within the package (since there can be many). There should be an "auto" where it will select the first option which correctly matches your device. Consider where to extract the arduboy files temporarily though (can it be done in memory? do we WANT to do it in memory?)

randomouscrap98 commented 3 months ago

OK, instead, I think we should do this:

randomouscrap98 commented 3 months ago

oh also: https://stackoverflow.com/questions/20357223/easy-way-to-unzip-file