platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Bad reset_method variable on upload!

Open Soggy-Pancake opened this issue 1 year ago • 0 comments

I recently tried flashing new firmware onto my esp8266 and noticed that my boards wouldn't connect and flash like they were supposed to. My board is a d1-mini clone and the d1 mini preset has worked fine before. I went poking around in builder/main.py and found that my board is correctly using the nodemcu reset method but the string given to be checked to determine the reset method is "nodemcu".

code with some test prints image

image

Soggy-Pancake avatar Apr 22 '24 21:04 Soggy-Pancake