changed LED amount to 1

This commit is contained in:
Philipp_EndevourOS 2025-10-27 14:16:36 +01:00
parent 967da9fc30
commit 4e988e8f01

View File

@ -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<RefCell<Option<Input>>> = Mutex::new(RefCell::new(None));