From b22fa7c76f1a1b6968f7ce475d057e32bbf7b0fc Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Mon, 19 Dec 2022 00:09:59 +0100 Subject: [PATCH] Attempt at fixing bricking issue cleanly --- packages/core-dev.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/core-dev.yaml b/packages/core-dev.yaml index 655c80d..7ab55f5 100644 --- a/packages/core-dev.yaml +++ b/packages/core-dev.yaml @@ -32,15 +32,9 @@ esp32: type: esp-idf sdkconfig_options: CONFIG_FREERTOS_UNICORE: y + CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE: n advanced: ignore_efuse_mac_crc: true - # Bugfix for ESPHome 2022.12.0 and up: fallback to older platform - # version, to prevent bricked devices. ESPHome uses newer versions - # by default. - # See also: https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/104 - version: 4.3.2 - source: ~3.40302.0 - platform_version: platformio/espressif32 @ 3.5.0 # Retrieve the code for the xiaomi_bslamp2 platform from a local clone # of the github repository, one directory up from the config file.