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
276 stars 108 forks source link

Packet tracing #34

Closed pkendall64 closed 11 months ago

pkendall64 commented 2 years ago

Add hexdump style serial/packet tracing code to webserial. This makes it really nice when debugging.

brianignacio5 commented 11 months ago

Closing this PR in favor of #107