1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 16:12:24 +01:00
This commit is contained in:
J. Nick Koston
2025-09-27 09:25:32 -05:00
parent ceb1dcba40
commit e4460bc802

View File

@@ -254,7 +254,7 @@ void ESPHomeOTAComponent::handle_handshake_() {
case OTAState::DATA:
this->handle_data_();
[[fallthrough]];
return;
default:
break;