pico: remove GP prefix from pin numbers

This commit is contained in:
Filip Ayazi 2021-09-04 02:21:43 +01:00
parent 9aa42e7400
commit 58fe8a20f8
2 changed files with 4 additions and 4 deletions

View file

@ -17,4 +17,4 @@ before_script:
job:
stage: build
script: "pio run -e nano -e leonardo -e pico -e bluepill"
script: "pio run -e nano -e leonardo -e pico -e bluepill -e esp32"