changes for the 4M flash chip
This commit is contained in:
parent
59fd547ca5
commit
e3cea346cd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue