From 2aed573b4a409757f55be4e7c1a39257d16fbef6 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 26 Dec 2013 14:56:42 +0100 Subject: change gas port to 1 --- examples/scripts/gas/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scripts/gas/script.py b/examples/scripts/gas/script.py index a980018..b2e9e02 100644 --- a/examples/scripts/gas/script.py +++ b/examples/scripts/gas/script.py @@ -3,7 +3,7 @@ import webiopi GPIO = webiopi.GPIO ICMP_DEVICE = "icmp0" -GAS_PORT = 0 +GAS_PORT = 1 SLEEP = 1 class State(object): -- cgit v1.2.3