Skip to content

Commit 5b566bb

Browse files
authored
Update arduino.py
1 parent 3c21035 commit 5b566bb

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)