Respect product name: space between QT and Py
https://www.adafruit.com/product/4900 say "Adafruit QT Py RP2040" This is also matching other "QT Py" product.
This commit is contained in:
parent
0539b88a6b
commit
5d6bef569d
|
@ -1,4 +1,4 @@
|
|||
#define MICROPY_HW_BOARD_NAME "Adafruit QTPy RP2040"
|
||||
#define MICROPY_HW_BOARD_NAME "Adafruit QT Py RP2040"
|
||||
#define MICROPY_HW_MCU_NAME "rp2040"
|
||||
|
||||
#define MICROPY_HW_NEOPIXEL (&pin_GPIO12)
|
||||
|
|
Loading…
Reference in New Issue