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 <sean@mess.org>
  • Loading branch information
seanyoung committed Jun 18, 2024
1 parent 0d16490 commit c3fad43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cir/src/bin/commands/transmit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ 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 c3fad43

Please sign in to comment.