mirror of
https://github.com/esphome/esphome.git
synced 2026-05-20 17:52:00 +08:00
[sendspin] Bumps sendspin-cpp library for a bugfix (#15976)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user