From f8f5c67c620220b9385d2940a0286564580cf886 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Sat, 13 May 2023 09:23:25 +0100 Subject: [PATCH] mrg --- sphinx-key/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));