We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75c51a commit e1216d1Copy full SHA for e1216d1
examples/arduino-blink/platformio.ini
@@ -7,6 +7,10 @@
7
; Please visit documentation for the other options and examples
8
; http://docs.platformio.org/page/projectconf.html
9
10
+[platformio]
11
+; Workaround for Windows path length limit
12
+core_dir = .platformio
13
+
14
[env:esp-wrover-kit]
15
platform = espressif32
16
framework = arduino
0 commit comments