espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
288 stars 108 forks source link

Mark port optional #116

Closed balloob closed 1 year ago

balloob commented 1 year ago

It was accidentally marked required. Code already assumes it's optional.

Introduced in https://github.com/espressif/esptool-js/commit/04e337db44c5249016342b477a1827e6409fc31e#r130045791

brianignacio5 commented 1 year ago

Thanks @balloob Probably modified in the PR with options updated.