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
251 stars 101 forks source link

Mark port optional #116

Closed balloob closed 8 months ago

balloob commented 8 months 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 8 months ago

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