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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user