mirror of
https://github.com/jscrane/Apple1.git
synced 2024-12-21 12:29:51 +00:00
track uC-Makefile update
This commit is contained in:
parent
91f48dc87c
commit
3aba408174
4
Makefile
4
Makefile
@ -4,7 +4,7 @@ ifeq ($t, esp8266)
|
||||
BOARD := d1_mini
|
||||
UPLOAD_SPEED := 921600
|
||||
TERMINAL_SPEED := 115200
|
||||
SPIFFS_DIR := programs
|
||||
FS_DIR := programs
|
||||
FLASH_SIZE := 4M1M
|
||||
F_CPU := 80
|
||||
CPPFLAGS = -DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=PIN_D8 -DTFT_DC=PIN_D1 \
|
||||
@ -22,7 +22,7 @@ endif
|
||||
ifeq ($t, esp32)
|
||||
BOARD := node32s
|
||||
UPLOAD_SPEED := 921600
|
||||
SPIFFS_DIR := programs
|
||||
FS_DIR := programs
|
||||
CPPFLAGS = -DDEBUGGING -DCPU_DEBUG \
|
||||
-DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=5 -DTFT_DC=2 \
|
||||
-DTFT_RST=-1 -DTFT_WIDTH=240 -DTFT_HEIGHT=320 \
|
||||
|
Loading…
Reference in New Issue
Block a user