File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 44
55- Fix ESPHome 2026.2+ compatibility by migrating ESP8266 configurations to new platform format
66- Update CI configurations and example files to use separate ` esp8266: ` block instead of deprecated ` platform: ` key
7+ - Fix Wire library dependency for VL53L1X_ULD to resolve build errors on ESP32
78- Fix release workflow to skip creating releases that already exist
89
910## 1.5.0
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ def none_to_empty(value):
108108
109109
110110async def to_code (config : Dict ):
111+ cg .add_library ("Wire" , None ) # Required for VL53L1X_ULD to find Wire.h
111112 cg .add_library ("rneurink" , "1.2.3" , "VL53L1X_ULD" )
112113
113114 vl53l1x = cg .new_Pvariable (config [CONF_ID ])
You can’t perform that action at this time.
0 commit comments