Browse Source

Attempt at fixing bricking issue cleanly

release/2023.4.0
Maurice Makaay 1 year ago
parent
commit
b22fa7c76f
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      packages/core-dev.yaml

+ 1
- 7
packages/core-dev.yaml View File

@ -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.


Loading…
Cancel
Save