[sendspin] Bumps sendspin-cpp library for a bugfix (#15976)

This commit is contained in:
Kevin Ahrendt
2026-04-24 12:53:03 -04:00
committed by GitHub
parent 94e300389c
commit 9caf9ee023
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ async def to_code(config: ConfigType) -> None:
)
# sendspin-cpp library
esp32.add_idf_component(name="sendspin/sendspin-cpp", ref="0.3.0")
esp32.add_idf_component(name="sendspin/sendspin-cpp", ref="0.3.1")
cg.add_define("USE_SENDSPIN", True) # for MDNS
+1 -1
View File
@@ -92,6 +92,6 @@ dependencies:
esp32async/asynctcp:
version: 3.4.91
sendspin/sendspin-cpp:
version: 0.3.0
version: 0.3.1
lvgl/lvgl:
version: 9.5.0