Skip to content

Commit b42aac4

Browse files
authored
lower c3 threshold (only Windows)
1 parent 5d7c52d commit b42aac4

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
@@ -109,7 +109,7 @@ def get_platform_default_threshold(mcu):
109109
"esp32": 32000, # Standard ESP32
110110
"esp32s2": 32000, # ESP32-S2
111111
"esp32s3": 32766, # ESP32-S3
112-
"esp32c3": 32000, # ESP32-C3
112+
"esp32c3": 30000, # ESP32-C3
113113
"esp32c2": 32000, # ESP32-C2
114114
"esp32c6": 31600, # ESP32-C6
115115
"esp32h2": 32000, # ESP32-H2

0 commit comments

Comments
 (0)