tiny bugfix

This commit is contained in:
steve 2023-07-26 14:07:42 +01:00
parent af416b96e6
commit 3118153d59
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ifeq ($t, esp8266)
BOARD := d1_mini
UPLOAD_SPEED := 921600
FS_DIR := programs
FLASH_SIZE := 4M1M
EESZ := 4M1M
F_CPU := 80
CPPFLAGS = -DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=PIN_D8 -DTFT_DC=PIN_D1 \
-DTFT_RST=-1 -DSPI_FREQUENCY=40000000 -DLOAD_GLCD \