doors/doorsrc
Anna Schumaker 71db8b6220 Change the default server
The server is implementation-specific, so it doesn't make sense to point
this to the workantile openings service by default.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2017-06-19 16:16:53 -04:00

18 lines
354 B
Plaintext

# Name of this Raspberry Pi unit
# default = `hostname`
#CONTROLLER="deadbeef01"
# Server to send requests to
SERVER = "https://your.server.com/access/" + CONTROLLER
# Set path to RFID reader
# default = "/dev/ttyUSB0"
#RFID_PATH = "/dev/ttyUSB0"
# Set Raspberry Pi GPIO pin numbers
YELLOW_LED = 7
GREEN_LED = 11
RED_LED = 13
DOOR_STRIKE = 15