Merge pull request #18 from Block-Party-VR/develop
Bugfix: Removed static com ports for talking with the board
This commit is contained in:
Submodule lib/SerialMessage updated: a0bb93624d...cf854b6c2c
@@ -28,8 +28,6 @@ lib_deps =
|
||||
|
||||
[env:esp32s3_release]
|
||||
build_type = release
|
||||
monitor_port = COM21
|
||||
upload_port = COM20
|
||||
|
||||
[env:esp32s3_debug]
|
||||
debug_init_break = tbreak setup
|
||||
@@ -39,5 +37,3 @@ debug_speed = 20000
|
||||
build_flags =
|
||||
-D DEBUG = 1
|
||||
-I include
|
||||
monitor_port = COM21
|
||||
upload_port = COM20
|
||||
|
||||
Reference in New Issue
Block a user