changes for the 4M flash chip

This commit is contained in:
Matthias Kreier 2024-01-06 22:28:10 +07:00
parent 59fd547ca5
commit e3cea346cd
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
// Micropython setup
#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1"
#define MICROPY_HW_BOARD_NAME "LILYGO TTGO T-DISPLAY v1.1 4M"
#define MICROPY_HW_MCU_NAME "ESP32"
// UART pins attached to the USB-serial converter chip

View file

@ -5,6 +5,6 @@ IDF_TARGET = esp32
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_FLASH_SIZE = 16MB
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_ESPCAMERA = 0