dbuezas / arduino-web-uploader

45 stars 14 forks source link

Update TypeScript to support selecting different builds #11

Open awonak opened 7 months ago

awonak commented 7 months ago

I have a project where I compile my binary with several different sets of build flags to support different firmware features (like reversed encoder or flipped OLED). It would be helpful if the TypeScript library supported serving different binaries based on user interface selections.

dbuezas commented 7 months ago

Use the npm lib: https://www.npmjs.com/package/web-arduino-uploader

dbuezas commented 7 months ago

See "use as node module" it's actually for the browser