Acces-libre : Raspberry Pi integration #8

Merged
n07070 merged 16 commits from acces-libre into master 2026-03-30 11:06:05 +02:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit d4a9a059bf - Show all commits

View File

@@ -6,6 +6,12 @@ vendor_id = 0x04b8
device_id = 0x0e28
upload_folder = "src/static/uploads"
# Raspberry Pi Configuration
[rpi]
button_gpio_port_number = 17
indicator_gpio_port_number = 18
flash = true
# Users = Password
[users]
admin = "admin"

View File

@@ -5,6 +5,12 @@
vendor_id = "0x04b8"
device_id = "0x0e28"
# Raspberry Pi Configuration
[rpi]
button_gpio_port_number = 17
indicator_gpio_port_number = 18
flash = true
# Users = Password
[users]
admin = "admin"