From f0e3a3a5e568fade229c94642f33c99e5928199d Mon Sep 17 00:00:00 2001 From: RobertJDavis Date: Tue, 4 Nov 2025 14:21:19 -0700 Subject: [PATCH] change com port during testing --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ce2f5ec..9b4bf2c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ default_envs = PHX3_VFD_ABB_ACH580_RTU ; Select here the name of the configuration you want to download [env] -upload_port = COM13 +upload_port = COM6 [common_env_options] framework = arduino