From 8b60c85658519ba2c602bc65a16ecbe95e35aa46 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Sun, 22 Apr 2018 22:22:56 +0200 Subject: [PATCH] Better comments in sample config --- brmdoor_nfc.config.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brmdoor_nfc.config.sample b/brmdoor_nfc.config.sample index ce73959..dcb4a07 100644 --- a/brmdoor_nfc.config.sample +++ b/brmdoor_nfc.config.sample @@ -49,10 +49,10 @@ reconnect_delay = 300 # Still has one bug - python-irc won't retrieve properly topic # enabled - True/False # status_file - file that contains value of the button, may end with newline (you probably want something in /sys fs) -# open_value - which value in status_file respresents the switch being in "OPEN" position +# open_value - which value in status_file represents the switch being in "OPEN" position, anything else is considered closed # # Note: for use with Raspberry Pi, to read from GPIO in sysfs, you need to enable the PIN in input mode before starting -# this daemon, e.g. with GPIO 11 as an example (note that there are 2 numbering PIN schemes): +# brmdoor_nfc_daemon.py, e.g. with GPIO 11 as an example (note that there are 2 numbering PIN schemes): # #!/bin/bash # export PIN=11 #