QUERY · ISSUE
ESP32 Quickref pin guidance should be improved
docs
As discussed in the forum post ESP-32 WROOM discrepancy in quickref page, the ESP32 quickref documentation should be improved in the guidance given for pin usage.
In particular, some of the different models have different pin restrictions. Need to at least consider the WROOM, WROVER and PICO D4.
(This can be assigned to me)
CANDIDATE · ISSUE
Missing pin 20 on ESP32 definition
port-esp32
hiya for the esp32 pico v3 chip variant of the esp32, pin 20 is exposed:

but in the esp32 board definition this pin isnt available because WROVER and WROOM modules don't have this pin available
https://github.com/micropython/micropython/blob/master/ports/esp32/machine_pin.c#L96
shall i submit a PR to change this so the pin is valid?