added error state flag

This commit is contained in:
2025-06-05 14:34:23 +02:00
parent 4781570f8e
commit 3c1290aec3
3 changed files with 38 additions and 6 deletions

View File

@@ -9,6 +9,10 @@ I²C fpr RTC `sudo raspi-config` -> interface -> enable I²C
# Config
Flags:
`--error` or `-e`: Enters error state. The LED turns red and the hotspot is activated. This state gets called from systemd if the service is in a failure state.
Environment variables:
- `PM3_BIN`: Path to the pm3 binary. Seach in path if not set. Can also be set to the `pm3_mock.sh` for testing.