1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 08:32:26 +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: case OTAState::DATA:
this->handle_data_(); this->handle_data_();
[[fallthrough]]; return;
default: default:
break; break;