vscode-circuitpython icon indicating copy to clipboard operation
vscode-circuitpython copied to clipboard

Match newer Pin strings like those on MetroESP32S2

Open FrozenGalaxy opened this issue 1 year ago • 0 comments

With the old regex the pins on the esp32s2 didn't get added to the stubs, see: https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/adafruit_metro_esp32s2/pins.c

This commit fixes that behavior.

FrozenGalaxy avatar Jul 01 '24 02:07 FrozenGalaxy