Skip to content

Commit 8db0e9e

Browse files
authored
Merge pull request #205 from FutureProofHomes/set_idf_version_fixed_to_4_4_8
set idf version manually to 4.4.8
2 parents 385676b + 2501c95 commit 8db0e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/common/core_board.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ esp32:
99
flash_size: 16MB
1010
framework:
1111
type: esp-idf
12-
version: recommended
12+
version: 4.4.8
13+
platform_version: 5.4.0
1314
sdkconfig_options:
1415
CONFIG_ESP32_S3_BOX_BOARD: "y"
1516
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y"

0 commit comments

Comments
 (0)