Merge branch 'bugfix/xtal_freq_40_2.1' into 'release/v2.1'
esp32: by default, set 40MHz crystal frequency See merge request !1143
This commit is contained in:
commit
7138fb0290
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ config ESP32_DEEP_SLEEP_WAKEUP_DELAY
|
|||
|
||||
choice ESP32_XTAL_FREQ_SEL
|
||||
prompt "Main XTAL frequency"
|
||||
default ESP32_XTAL_FREQ_AUTO
|
||||
default ESP32_XTAL_FREQ_40
|
||||
help
|
||||
ESP32 currently supports the following XTAL frequencies:
|
||||
- 26 MHz
|
||||
|
|
Loading…
Reference in a new issue