esp32: by default, set 40MHz crystal frequency
This commit is contained in:
parent
27574a31e7
commit
b7f7a92c5d
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ config ESP32_DEEP_SLEEP_WAKEUP_DELAY
|
||||||
|
|
||||||
choice ESP32_XTAL_FREQ_SEL
|
choice ESP32_XTAL_FREQ_SEL
|
||||||
prompt "Main XTAL frequency"
|
prompt "Main XTAL frequency"
|
||||||
default ESP32_XTAL_FREQ_AUTO
|
default ESP32_XTAL_FREQ_40
|
||||||
help
|
help
|
||||||
ESP32 currently supports the following XTAL frequencies:
|
ESP32 currently supports the following XTAL frequencies:
|
||||||
- 26 MHz
|
- 26 MHz
|
||||||
|
|
Loading…
Reference in a new issue