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 5d7c52d commit b42aac4Copy full SHA for b42aac4
builder/frameworks/arduino.py
@@ -109,7 +109,7 @@ def get_platform_default_threshold(mcu):
109
"esp32": 32000, # Standard ESP32
110
"esp32s2": 32000, # ESP32-S2
111
"esp32s3": 32766, # ESP32-S3
112
- "esp32c3": 32000, # ESP32-C3
+ "esp32c3": 30000, # ESP32-C3
113
"esp32c2": 32000, # ESP32-C2
114
"esp32c6": 31600, # ESP32-C6
115
"esp32h2": 32000, # ESP32-H2
0 commit comments