platform-espressif8266
platform-espressif8266 copied to clipboard
Bad reset_method variable on upload!
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