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 enableTracing as optional #129

Closed balloob closed 4 months ago

balloob commented 4 months ago

The code is already there to handle LoaderOptions.enableTracing as undefined but the type did not allow it. This fixes it.