Update esphome/components/nextion/nextion.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-02-07 00:07:05 +01:00
committed by GitHub
co-authored by Copilot
parent 6b7c52799d
commit 33c831dbb8
+1 -1
View File
@@ -411,7 +411,7 @@ void Nextion::process_serial_() {
}
avail -= to_read;
this->command_data_.append(reinterpret_cast<char *>(buf), to_read);
this->command_data_.append(reinterpret_cast<const char *>(buf), to_read);
}
}
// nextion.tech/instruction-set/