From f471e9ab561fd7f6ec73f90b68f0c1344bb80d2d Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 11 Sep 2024 19:30:58 -0400 Subject: [PATCH 1/2] removed monitor port secifiers in platformio ini --- platformio.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4e4922f..97f4c6a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 From f3c9aea55872e366a3be0bc277f2918b1426b9c7 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 11 Sep 2024 19:32:51 -0400 Subject: [PATCH 2/2] updated SerialMessage submodule --- lib/SerialMessage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SerialMessage b/lib/SerialMessage index a0bb936..cf854b6 160000 --- a/lib/SerialMessage +++ b/lib/SerialMessage @@ -1 +1 @@ -Subproject commit a0bb93624d4887774d653d98c3e2a6be9ba70746 +Subproject commit cf854b6c2c1b3b88c42c4efd7b845cc6c067f8b6