Browse Source

Include scan-serial in example configuration file

Luke Dashjr 13 years ago
parent
commit
01de71d7c8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      example.conf

+ 7 - 0
example.conf

@@ -37,5 +37,12 @@
 "scan-time" : "60",
 "temp-hysteresis" : "3",
 
+"scan-serial" : [
+	"/dev/ttyUSB0",
+	"/dev/ttyUSB1",
+	"/dev/ttyUSB2",
+	"/dev/ttyUSB3"
+],
+
 "kernel-path" : "/usr/local/bin"
 }