We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5bce0 commit 3b35469Copy full SHA for 3b35469
3 files changed
ports/espressif/boards/ai-thinker-esp32-cam/mpconfigboard.mk
@@ -17,4 +17,3 @@ CIRCUITPY_ESP_PSRAM_MODE = qio
17
CIRCUITPY_ESP_PSRAM_FREQ = 80m
18
19
CIRCUITPY_ESPCAMERA = 1
20
-
ports/espressif/boards/ai-thinker-esp32-cam/pins.c
@@ -75,5 +75,3 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
75
76
};
77
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
78
79
ports/espressif/boards/ai-thinker-esp32-cam/sdkconfig
@@ -8,4 +8,3 @@
8
#
9
# Hardware Settings
10
CONFIG_OV2640_SUPPORT=y
11
0 commit comments