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

fix rom decoded bootloader data #121

Closed brianignacio5 closed 7 months ago

brianignacio5 commented 7 months ago

This should fix the stub failing during initial connection.

Apologies, tried to replace atob method but method was not working as expected.

Related comment here : https://github.com/espressif/esptool-js/issues/105#issuecomment-1807002340

PTAL @sdrshnptl

sdrshnptl commented 7 months ago

STUB running now Thanks for the update!