You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thenodemcu
reset method but the string given to be checked to determine the reset method is"nodemcu"
.code with some test prints
The text was updated successfully, but these errors were encountered: