We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b04d56 commit f247570Copy full SHA for f247570
ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk
@@ -9,3 +9,5 @@ CIRCUITPY_ESP_FLASH_MODE = qio
9
CIRCUITPY_ESP_FLASH_FREQ = 80m
10
CIRCUITPY_ESP_FLASH_SIZE = 8MB
11
CIRCUITPY_ESPCAMERA = 0
12
+
13
+CIRCUITPY_GIFIO = 1
ports/espressif/boards/m5stack_cardputer/pins.c
@@ -44,7 +44,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
44
{ MP_ROM_QSTR(MP_QSTR_D43), MP_ROM_PTR(&pin_GPIO43) },
45
46
// IR
47
- { MP_ROM_QSTR(MP_QSTR_D44), MP_ROM_PTR(&pin_GPIO44) },
+ { MP_ROM_QSTR(MP_QSTR_IR_TX), MP_ROM_PTR(&pin_GPIO44) },
48
49
// SD
50
{ MP_ROM_QSTR(MP_QSTR_SD_MOSI), MP_ROM_PTR(&pin_GPIO14) },
0 commit comments