diff --git a/sphinx-key/src/main.rs b/sphinx-key/src/main.rs index 1f905bf..4d18b42 100644 --- a/sphinx-key/src/main.rs +++ b/sphinx-key/src/main.rs @@ -47,7 +47,7 @@ fn main() -> Result<()> { // led_control_loop(pins.gpio0, peripherals.rmt.channel0, led_rx); // BUTTON thread - button_loop(pins.gpio8, led_tx.clone()); + // button_loop(pins.gpio8, led_tx.clone()); // thread::sleep(Duration::from_secs(100));