Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Have you looked at the core of your board? In wiring.c (i think) these makros should be defined. Are they defined with the pin number or the bit number in the port? Commented Oct 21, 2020 at 9:08
  • I actually found the error, check, github.com/esp8266/Arduino/blob/master/variants/d1/… and found the row static const uint8_t D8 = 0; bummer Commented Oct 21, 2020 at 9:14
  • 1
    D1 R1 has different pin mapping then R2 and mini Commented Oct 21, 2020 at 9:19
  • Now I see my mistake, I chosed a "WeMos R1" and not "LOLIN(WEMOS) D1 Mini".... why has WeMos changed to LOLIN ? Commented Oct 21, 2020 at 9:38