Skip to content

Commit

Permalink
sdkconfig: build for ESP32-S3-Box-3 by default
Browse files Browse the repository at this point in the history
The original ESP32-S3-Box and ESP32-S3-Box-Lite are EOL. Let's build for
the model that is not EOL by default.
  • Loading branch information
stintel authored and kristiankielhofner committed Feb 27, 2024
1 parent 203942d commit 3423b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
CONFIG_ESP32S3_INSTRUCTION_CACHE_32KB=y
CONFIG_SPIRAM=y
CONFIG_ESP32_S3_BOX_BOARD=y
CONFIG_ESP32_S3_BOX_3_BOARD=y
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10
CONFIG_ESP_WIFI_AMSDU_TX_ENABLED=y
Expand Down

0 comments on commit 3423b65

Please sign in to comment.