From f471e9ab561fd7f6ec73f90b68f0c1344bb80d2d Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 11 Sep 2024 19:30:58 -0400 Subject: [PATCH] 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