Skip to content

Commit 1616cc9

Browse files
committed
Let esphome select the best esp-idf and pioarduino version
1 parent 0a80200 commit 1616cc9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

firmware/common.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ esphome:
7878
esp32:
7979
framework:
8080
type: esp-idf
81-
version: 5.3.1
82-
platform_version: 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
83-
sdkconfig_options:
81+
# Let esphome handle the versions
82+
#version: 5.3.2
83+
#platform_version: 53.03.13 # https://github.com/pioarduino/platform-espressif32/releases
84+
sdkconfig_options:
8485
CONFIG_MBEDTLS_HKDF_C: y # Needed for bambu KDF
8586
CONFIG_MBEDTLS_MD_C: y # Needed for bambu KDF
8687
# version: recommended

0 commit comments

Comments
 (0)