intro flappy

This commit is contained in:
2024-01-17 12:20:39 +01:00
parent cc727df3bf
commit f939312640
5 changed files with 422 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 115200
upload_protocol = esptool
#monitor_port = /dev/cu.usbserial-2120
#upload_flags = -b 115200
monitor_flags =
@@ -46,6 +47,7 @@ build_flags =
-DLOAD_GLCD=1
-DLOAD_GFXFF=1
-DSPI_FREQUENCY=40000000
-DDISABLE_ALL_LIBRARY_WARNINGS=1
[env:mainOTA]
extends = env:main