Skip to content

Commit 3b35469

Browse files
committed
Add support for Ai Thinker ESP32-CAM boards
1 parent 9f5bce0 commit 3b35469

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

ports/espressif/boards/ai-thinker-esp32-cam/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ CIRCUITPY_ESP_PSRAM_MODE = qio
1717
CIRCUITPY_ESP_PSRAM_FREQ = 80m
1818

1919
CIRCUITPY_ESPCAMERA = 1
20-

ports/espressif/boards/ai-thinker-esp32-cam/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
7575

7676
};
7777
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
78-
79-

ports/espressif/boards/ai-thinker-esp32-cam/sdkconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
#
99
# Hardware Settings
1010
CONFIG_OV2640_SUPPORT=y
11-

0 commit comments

Comments
 (0)