Skip to content

Commit e3cea34

Browse files
committed
changes for the 4M flash chip
1 parent 59fd547 commit e3cea34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/lilygo_ttgo_tdisplay_esp32_4m/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// Micropython setup
2828

29-
#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1"
29+
#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1 4M"
3030
#define MICROPY_HW_MCU_NAME "ESP32"
3131

3232
// UART pins attached to the USB-serial converter chip

ports/espressif/boards/lilygo_ttgo_tdisplay_esp32_4m/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ IDF_TARGET = esp32
55

66
CIRCUITPY_ESP_FLASH_MODE = qio
77
CIRCUITPY_ESP_FLASH_FREQ = 80m
8-
CIRCUITPY_ESP_FLASH_SIZE = 16MB
8+
CIRCUITPY_ESP_FLASH_SIZE = 4MB
99

1010
CIRCUITPY_ESPCAMERA = 0

0 commit comments

Comments
 (0)