[hub75] Update esp-hub75 to 0.3.2 (#13572)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Stuart Parmenter
2026-01-27 11:24:13 -08:00
committed by GitHub
parent f93382445e
commit f084d320fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ def _build_config_struct(
async def to_code(config: ConfigType) -> None:
add_idf_component(
name="esphome/esp-hub75",
ref="0.3.0",
ref="0.3.2",
)
# Set compile-time configuration via build flags (so external library sees them)
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies:
rules:
- if: "target in [esp32s2, esp32s3, esp32p4]"
esphome/esp-hub75:
version: 0.3.0
version: 0.3.2
rules:
- if: "target in [esp32, esp32s2, esp32s3, esp32c6, esp32p4]"
esp32async/asynctcp: