diff --git a/src/init/hardware.rs b/src/init/hardware.rs index 6aec482..749691b 100644 --- a/src/init/hardware.rs +++ b/src/init/hardware.rs @@ -49,7 +49,7 @@ use crate::init::wifi; * *************************************************/ -pub const NUM_LEDS: usize = 66; +pub const NUM_LEDS: usize = 1; pub const LED_BUFFER_SIZE: usize = NUM_LEDS * 25; static SD_DET: Mutex>> = Mutex::new(RefCell::new(None));