Skip to content

Commit

Permalink
cir transmit -v -S rc5:1 should log the irp
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Jun 19, 2024
1 parent 0d16490 commit 6342b8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cir/src/bin/commands/transmit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,12 @@ fn encode_scancode(protocol: &str, mut scancode: u64, repeats: u64) -> Result<Me
scancode = masked;
}

log::debug!(
"using irp {} for linux protocol {}",
linux.irp.unwrap(),
linux.name
);

let irp = Irp::parse(linux.irp.unwrap()).unwrap();

let mut vars = Vartable::new();
Expand Down

0 comments on commit 6342b8e

Please sign in to comment.