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 <Ihor.Nehrutsa@gmail.com>
  • Loading branch information
IhorNehrutsa committed Feb 18, 2025
1 parent 5cad2c7 commit b19f701
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 b19f701

Please sign in to comment.