Is there any chance of getting ESP8266/8285 support added to this code base?
I have started adding support and have it reading doing the initial negotiation and feature detection, but after it uploads the stub, it's not getting the OHAI response back.
Is there any chance of getting ESP8266/8285 support added to this code base?
I have started adding support and have it reading doing the initial negotiation and feature detection, but after it uploads the stub, it's not getting the
OHAI
response back.https://github.com/pkendall64/esptool-js/tree/esp8266
I created the stub code by decoding the one in esptool.py 3.0. And just base64 the data and gzip -9 | base64 the text segment.
Any help appreciated.