Comment out defined ports (#426)

Without defined ports, platformio will autodetect the ports.
Best for most usecases.
This commit is contained in:
Wheeze_NL
2025-02-18 15:18:46 +01:00
committed by GitHub
parent ff7f397705
commit 0232725711

View File

@@ -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
; ----------------------------------------------------------------------------------------