mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-09 02:05:21 -04:00
Don't show TPMS Manchester errors on LCD, truncate data to not wrap.
This commit is contained in:
parent
19f352fa13
commit
8e4e33f74e
1 changed files with 1 additions and 2 deletions
|
@ -562,8 +562,7 @@ void ReceiverView::on_packet_tpms(const TPMSPacketMessage& message) {
|
|||
}
|
||||
|
||||
auto console = reinterpret_cast<Console*>(widget_content.get());
|
||||
console->writeln(hex_data);
|
||||
console->writeln(hex_error);
|
||||
console->writeln(hex_data.substr(0, 240 / 8));
|
||||
|
||||
if( !f_error(&fil_tpms) ) {
|
||||
rtc::RTC datetime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue