From 6ac746fbd4c06fa2028e6c8db2a788a1e6192da6 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:00:49 +0200 Subject: [PATCH] Update platformio.ini --- examples/arduino-blink/platformio.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index ced2072..03eaf2c 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -7,10 +7,6 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html -[platformio] -; Workaround for Windows path length limit -core_dir = .platformio - [env:esp-wrover-kit] platform = espressif32 framework = arduino