From 02327257112d0d8e44fe091f31adc1a82ff6cbc9 Mon Sep 17 00:00:00 2001 From: Wheeze_NL Date: Tue, 18 Feb 2025 15:18:46 +0100 Subject: [PATCH] Comment out defined ports (#426) Without defined ports, platformio will autodetect the ports. Best for most usecases. --- ESP32_AP-Flasher/platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 9fe5647b..11185006 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -30,8 +30,9 @@ build_flags = -D DISABLE_ALL_LIBRARY_WARNINGS -D ILI9341_DRIVER -D SMOOTH_FONT -upload_port = COM26 -monitor_port = COM26 +# Without defined ports, platformio will autodetect the ports. Best for most usecases. +#upload_port = COM26 +#monitor_port = COM26 ; ---------------------------------------------------------------------------------------- ; !!! this configuration expects the 16MB Flash / 8MB Ram version of the ESP32-S3-DevkitC1 ; ----------------------------------------------------------------------------------------