Add configuration section for the rapsberry pi

This commit is contained in:
nono 2025-06-19 10:52:15 +02:00
parent 2cc0b40b90
commit cf557c89cd
2 changed files with 12 additions and 0 deletions

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"