From 8c43e027f18f3f70a02178b4e3b27c63e283c5fb Mon Sep 17 00:00:00 2001 From: Workantile Date: Thu, 9 Apr 2015 20:02:15 +0000 Subject: [PATCH] Comment out default controller Also mention what default values are for some options. Signed-off-by: Workantile --- doorsrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doorsrc b/doorsrc index 3c11f2c..5cf48fe 100644 --- a/doorsrc +++ b/doorsrc @@ -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