Skip to content

Commit 749761e

Browse files
authored
INCLUDE_PATH_LENGTH_THRESHOLD = 33200
1 parent 1fe8093 commit 749761e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Include path length threshold for path shortening, only valid and needed for Windows
4747
# Windows has a path length limit of ~260 characters per path, but the total command line
4848
# length is also limited to ~32000 characters
49-
INCLUDE_PATH_LENGTH_THRESHOLD = 31500 # Total character count threshold
49+
INCLUDE_PATH_LENGTH_THRESHOLD = 33200 # Total character count threshold
5050

5151
python_deps = {
5252
"wheel": ">=0.35.1",

0 commit comments

Comments
 (0)