1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

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
parent 6b7c52799d
commit 33c831dbb8

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/