Comment out default controller

Also mention what default values are for some options.

Signed-off-by: Workantile <maintainers@workantile.com>
This commit is contained in:
Workantile 2015-04-09 20:02:15 +00:00
parent 67f54aa720
commit 8c43e027f1
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
# Name of this Raspberry Pi unit
# default = `hostname`
#CONTROLLER="deadbeef01"
CONTROLLER="sidedoor"
# Server to send requests to
SERVER = "http://openings.workantile.com/access/" + CONTROLLER
# Set path to RFID reader
RFID_PATH = "/dev/ttyUSB0"
# default = "/dev/ttyUSB0"
#RFID_PATH = "/dev/ttyUSB0"
# Set Raspberry Pi GPIO pin numbers
RED_LED = 11