From 494ae22f450f3c8e11c0472e9c2c4b4c089cb5af Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 18 Mar 2023 12:25:08 +0100 Subject: [PATCH] Remove set serial port in platformio_override.ini --- platformio_override.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio_override.ini b/platformio_override.ini index ccf4d2e..e5d0341 100644 --- a/platformio_override.ini +++ b/platformio_override.ini @@ -14,8 +14,8 @@ ; Under Linux, the ports are in the format /dev/tty***, typically /dev/ttyUSB0 ; To look up the port, execute ls /dev/tty*, then connect the device ; then execute ls /dev/tty* again and check which device was added -monitor_port = COM4 -upload_port = COM4 +;monitor_port = COM4 +;upload_port = COM4 ; you can define your personal board and/or settings here