[sendspin] Bump sendspin-cpp to v0.8.0 (#19357)

This commit is contained in:
Kevin Ahrendt
2026-09-16 19:38:18 +00:00
committed by GitHub
parent 6f15dc331f
commit 845de7b7dd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ async def to_code(config: ConfigType) -> None:
cg.add(setter(value))
# sendspin-cpp library
esp32.add_idf_component(name="sendspin/sendspin-cpp", ref="0.7.2")
esp32.add_idf_component(name="sendspin/sendspin-cpp", ref="0.8.0")
cg.add_define("USE_SENDSPIN", True) # for MDNS
+2 -2
View File
@@ -66,8 +66,8 @@ void SendspinHub::setup() {
this->client_->add_player(this->player_config_).set_listener(this->player_listener_);
#endif
if (!this->client_->start_server()) {
ESP_LOGE(TAG, "Failed to start Sendspin server");
if (!this->client_->start()) {
ESP_LOGE(TAG, "Failed to start Sendspin client");
this->mark_failed();
return;
}
+1 -1
View File
@@ -98,7 +98,7 @@ dependencies:
esp32async/asynctcp:
version: 3.4.91
sendspin/sendspin-cpp:
version: 0.7.2
version: 0.8.0
lvgl/lvgl:
version: 9.5.0
fastled/FastLED: