Boot without serial connected

This commit is contained in:
yetanothercarbot 2024-04-26 01:02:23 +10:00
parent 462491a5b2
commit 78ac4d95b4

View File

@ -28,6 +28,7 @@ build_flags =
-D TFT_DC=2
-D TFT_CS=10
-D TFT_BCKL=3
-D SERIAL_SPEED=-1 ;otherwise requires serial term to boot first time
lib_deps =
${arduino_esp32s3_v2.lib_deps}