Skip to content

Commit b19f701

Browse files
committed
esp32/boards/sdkconfig.base: CONFIG_XTAL_FREQ.
CONFIG_XTAL_FREQ_40=y CONFIG_XTAL_FREQ=40 Signed-off-by: Ihor Nehrutsa <[email protected]>
1 parent 5cad2c7 commit b19f701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/esp32/boards/sdkconfig.base

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ CONFIG_LOG_MAXIMUM_LEVEL_INFO=y
3333
# Main XTAL Config
3434
# Only on: ESP32
3535
CONFIG_XTAL_FREQ_AUTO=y
36+
CONFIG_XTAL_FREQ_40=y
37+
CONFIG_XTAL_FREQ=40
3638

3739
# ESP System Settings
3840
# Only on: ESP32, ESP32S3

0 commit comments

Comments
 (0)