Skip to content

Commit b46d269

Browse files
authored
fix max S3 Windows path length value
1 parent 0e3ac10 commit b46d269

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
@@ -108,7 +108,7 @@ def get_platform_default_threshold(mcu):
108108
platform_defaults = {
109109
"esp32": 32000, # Standard ESP32
110110
"esp32s2": 32000, # ESP32-S2
111-
"esp32s3": 33200, # ESP32-S3
111+
"esp32s3": 32766, # ESP32-S3
112112
"esp32c3": 32000, # ESP32-C3
113113
"esp32c2": 32000, # ESP32-C2
114114
"esp32c6": 31600, # ESP32-C6

0 commit comments

Comments
 (0)