We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fd547 commit e3cea34Copy full SHA for e3cea34
2 files changed
ports/espressif/boards/lilygo_ttgo_tdisplay_esp32_4m/mpconfigboard.h
@@ -26,7 +26,7 @@
26
27
// Micropython setup
28
29
-#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1"
+#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1 4M"
30
#define MICROPY_HW_MCU_NAME "ESP32"
31
32
// UART pins attached to the USB-serial converter chip
ports/espressif/boards/lilygo_ttgo_tdisplay_esp32_4m/mpconfigboard.mk
@@ -5,6 +5,6 @@ IDF_TARGET = esp32
5
6
CIRCUITPY_ESP_FLASH_MODE = qio
7
CIRCUITPY_ESP_FLASH_FREQ = 80m
8
-CIRCUITPY_ESP_FLASH_SIZE = 16MB
+CIRCUITPY_ESP_FLASH_SIZE = 4MB
9
10
CIRCUITPY_ESPCAMERA = 0
0 commit comments