Skip to content

Commit

Permalink
chore: temp dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 24, 2023
1 parent 9e971a2 commit e612590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/ps_move/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl PsMoveController {
fn update_hsv_and_rumble(&self) -> Result<(), ()> {
// temp
if SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_millis() % 1000 == 0 {
debug!("Current effect on controller update is {}", self.led_effect.kind);
debug!("Current effect on controller update is {} (with {:?})", self.led_effect.kind, self.setting.led);
}

let request = build_set_led_and_rumble_request(self.setting.led, self.setting.rumble);
Expand Down

0 comments on commit e612590

Please sign in to comment.