WIP: Acces-libre : Raspberry Pi integration #8

Draft
n07070 wants to merge 5 commits from acces-libre into master
2 changed files with 12 additions and 0 deletions
Showing only changes of commit cf557c89cd - 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"