tanakamasayuki / WebSerialEsptool

esptool using the Web Serial API
Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Esp8266 development board can not be used properly? #2

Open qutaojiao opened 3 years ago

qutaojiao commented 3 years ago

Esp8266 development board can not be used properly? Chip: undefined???

Hope the author can write an example about the upload of esp8266, thank you very much!

tanakamasayuki commented 3 years ago

https://github.com/adafruit/Adafruit_WebSerial_ESPTool/ This can be used.

Not supported. You will need to transfer the Esp8266 stub.

qutaojiao commented 3 years ago

https://github.com/adafruit/Adafruit_WebSerial_ESPTool/ This can be used.

Not supported. You will need to transfer the Esp8266 stub.

Thank you. I know this repository, but I think your code is more stable. I like the binary stream upload method in your code very much. I'm going to make a program for compiling and updating firmware on the web. I need your code. Thank you very much!

tanakamasayuki commented 3 years ago

Thank you. I'll work on it when I have time.