Browse Source

Remove bugfix from core-dev.yaml

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

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

@ -34,13 +34,10 @@ esp32:
CONFIG_FREERTOS_UNICORE: y
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
# Bugfix disabled for development.
#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