changeset 23:08535b12504f

Add 3rd module (should be a config file)
author Daniel O'Connor <darius@dons.net.au>
date Tue, 16 Apr 2013 08:15:09 +0930
parents c26eaa20b70d
children c6ee9eae9e49
files zbmux.tac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zbmux.tac	Tue Apr 16 08:14:56 2013 +0930
+++ b/zbmux.tac	Tue Apr 16 08:15:09 2013 +0930
@@ -43,7 +43,7 @@
 baudrate = 38400
 lognamebase = '/home/darius/projects/ZigBee/zbmux-%d.log'
 baseport = 1080
-zbids = [1, 2]
+zbids = [1, 2, 3]
 
 class ZBClient(insults.TerminalProtocol):
     """Client for the TCP connection"""