Initialize Git Repository: 'Raspberry-Pi-Bluetooth'
All checks were successful
Raspberry Pi Bluetooth (Bookworm) / Raspberry Pi Bluetooth [arm64] (push) Successful in 11s

This commit is contained in:
Cantibra
2026-01-26 06:10:30 +01:00
commit a45dcce2be
14 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Configure Bluetooth Modems connected by UART
ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
StartLimitIntervalSec=300
StartLimitBurst=6
After=dev-serial1.device
[Service]
Type=forking
ExecStart=/usr/bin/btuart
ProtectSystem=full
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=dev-serial1.device