arduino-web-uploader icon indicating copy to clipboard operation
arduino-web-uploader copied to clipboard

Update TypeScript to support selecting different builds

Open awonak opened this issue 9 months ago • 2 comments

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.

awonak avatar Apr 27 '24 14:04 awonak

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

dbuezas avatar Apr 27 '24 17:04 dbuezas

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

dbuezas avatar Apr 27 '24 17:04 dbuezas