mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-04 07:34:10 +00:00 
			
		
		
		
	fw-anwesenheit
Setup
In order to use the LED we need to enable the SPI interface on the Rpi.
You can enable it by running sudo raspi-config, or by manually adding dtparam=spi=on to /boot/firmware/config.txt.
Enable PWM ->  add dtoverlay=pwm to /boot/config.txt
Config
Environment variables:
PM3_BIN: Path to the pm3 binary. Seach in path if not set. Can also be set to thepm3_mock.shfor testing.LOG_LEVEL: Can be set to either "debug","warn","error","trace" or "info". Defaults to "warn" in production.HTTP_PORT: What port to listen on. Defaults to 80.
Description
				
					Languages
				
				
								
								
									HTML
								
								75.4%
							
						
							
								
								
									Rust
								
								17.5%
							
						
							
								
								
									Svelte
								
								3.6%
							
						
							
								
								
									TypeScript
								
								2.2%
							
						
							
								
								
									JavaScript
								
								0.9%
							
						
							
								
								
									Other
								
								0.4%