From 33b617b677b4186dfec87446d55fd7d7616aa43a Mon Sep 17 00:00:00 2001 From: Hendrik Rauh <114620133+HendrikRauh@users.noreply.github.com> Date: Tue, 15 Apr 2025 20:49:13 +0200 Subject: [PATCH] removed comments that are no longer needed --- platformio.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 38b7945..7233133 100644 --- a/platformio.ini +++ b/platformio.ini @@ -22,10 +22,6 @@ lib_deps = bblanchon/ArduinoJson @ ^7.2.0 someweisguy/esp_dmx extra_scripts = pre:pre_extra_script.py -;build_type = debug -;build_flags = -DCORE_DEBUG_LEVEL=5 -;upload_port = COM4 -;monitor_port = COM4 [env:esp32_wroom_32] platform = espressif32