Then I ran into some code for the WeMos D1 mini where they appear to be making that connection programmatically instead of physically. The code is here.
The relevant piece seems to be this:
Code: Select all
// Connect D0 to RST to wake up
pinMode(D0, WAKEUP_PULLUP);
So my question is if this is possible, could I create a fork of ESPEasy and add that for whatever board I'm using (if it allows it), and not have to physically solder a wire?