Merge pull request #18 from Block-Party-VR/develop

Bugfix: Removed static com ports for talking with the board
This commit is contained in:
Quinn
2024-09-11 19:36:28 -04:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ lib_deps =
[env:esp32s3_release] [env:esp32s3_release]
build_type = release build_type = release
monitor_port = COM21
upload_port = COM20
[env:esp32s3_debug] [env:esp32s3_debug]
debug_init_break = tbreak setup debug_init_break = tbreak setup
@@ -39,5 +37,3 @@ debug_speed = 20000
build_flags = build_flags =
-D DEBUG = 1 -D DEBUG = 1
-I include -I include
monitor_port = COM21
upload_port = COM20