Skip to content

Commit

Permalink
esp32/boards/sdkconfig.base: CONFIG_XTAL_FREQ.
Browse files Browse the repository at this point in the history
CONFIG_XTAL_FREQ_40=y
CONFIG_XTAL_FREQ=40

Signed-off-by: Ihor Nehrutsa <[email protected]>
  • Loading branch information
IhorNehrutsa committed Mar 3, 2025
1 parent 387736a commit 5e7e2db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/esp32/boards/sdkconfig.base
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CONFIG_LOG_MAXIMUM_LEVEL_INFO=y
# Main XTAL Config
# Only on: ESP32
CONFIG_XTAL_FREQ_AUTO=y
CONFIG_XTAL_FREQ_40=y
CONFIG_XTAL_FREQ=40

# ESP System Settings
# Only on: ESP32, ESP32S3
Expand Down

0 comments on commit 5e7e2db

Please sign in to comment.