mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-03 23:24:10 +00:00 
			
		
		
		
	changed LED amount to 1
This commit is contained in:
		
							parent
							
								
									967da9fc30
								
							
						
					
					
						commit
						4e988e8f01
					
				@ -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;
 | 
					pub const LED_BUFFER_SIZE: usize = NUM_LEDS * 25;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static SD_DET: Mutex<RefCell<Option<Input>>> = Mutex::new(RefCell::new(None));
 | 
					static SD_DET: Mutex<RefCell<Option<Input>>> = Mutex::new(RefCell::new(None));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user