mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-22 21:17:53 +00:00
RecentEntries: Extract more algorithms.
This commit is contained in:
@@ -336,7 +336,7 @@ void AISAppView::on_packet(const ais::Packet& packet) {
|
||||
logger->on_packet(packet);
|
||||
}
|
||||
|
||||
auto& entry = recent.on_packet(packet.source_id());
|
||||
auto& entry = ::on_packet(recent, packet.source_id());
|
||||
entry.update(packet);
|
||||
recent_entries_view.set_dirty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user