mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-08-22 16:04:18 +00:00
Tally id now ignores tha case since it's basicly a hex value as a string. Reason for that is that if a user inputs an id.
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
I²C fpr RTC sudo raspi-config
-> interface -> enable I²C
Config
Environment variables:
PM3_BIN
: Path to the pm3 binary. Seach in path if not set. Can also be set to thepm3_mock.sh
for 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.HOTSPOT_IDS
: A semicolon seperated list of ids to activate the hotspot with e.g.578B5DF2;c1532b57
.
Description
Languages
ANTLR
74.7%
Rust
19.4%
Svelte
4.7%
TypeScript
0.7%
HTML
0.4%
Other
0.1%