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 1fe8093 commit 749761eCopy full SHA for 749761e
builder/frameworks/arduino.py
@@ -46,7 +46,7 @@
46
# Include path length threshold for path shortening, only valid and needed for Windows
47
# Windows has a path length limit of ~260 characters per path, but the total command line
48
# length is also limited to ~32000 characters
49
-INCLUDE_PATH_LENGTH_THRESHOLD = 31500 # Total character count threshold
+INCLUDE_PATH_LENGTH_THRESHOLD = 33200 # Total character count threshold
50
51
python_deps = {
52
"wheel": ">=0.35.1",
0 commit comments