Update esphome/components/daikin_arc/daikin_arc.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-01-16 11:17:43 -10:00
committed by GitHub
parent 355697e377
commit f580fef9d4

View File

@@ -375,7 +375,6 @@ bool DaikinArcClimate::on_receive(remote_base::RemoteReceiveData data) {
if (j > 0) {
ESP_LOGD(TAG, "DATA %04x: %s", (j - 16 > 0xffff ? 0 : j - 16), sbuf);
}
sbuf[0] = '\0';
sbuf_pos = 0;
}
char type_ch = ' ';