Skip to content

Commit

Permalink
Trace GNSS messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Aug 21, 2023
1 parent 5de0995 commit 2adb97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glonax-gnss/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ async fn daemonize(config: &config::GnssConfig) -> anyhow::Result<()> {

while let Some(line) = lines.next_line().await? {
if let Some(message) = service.decode(line) {
log::trace!("Received message: {}", message);

let mut signals = vec![];
message.collect_signals(&mut signals);

Expand Down

0 comments on commit 2adb97f

Please sign in to comment.