summaryrefslogtreecommitdiffstats
path: root/examples/scripts/gas/script.py
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-12-26 14:56:42 +0100
committermanuel <manuel@mausz.at>2013-12-26 14:56:42 +0100
commit2aed573b4a409757f55be4e7c1a39257d16fbef6 (patch)
tree16289cd616007b9d26e0c4ef0ac8ec508a45dd13 /examples/scripts/gas/script.py
parent38a545eeb58de8aee169b9f99ca0adf3eed05bb3 (diff)
downloadwebiopi-2aed573b4a409757f55be4e7c1a39257d16fbef6.tar.gz
webiopi-2aed573b4a409757f55be4e7c1a39257d16fbef6.tar.bz2
webiopi-2aed573b4a409757f55be4e7c1a39257d16fbef6.zip
change gas port to 1
Diffstat (limited to 'examples/scripts/gas/script.py')
-rw-r--r--examples/scripts/gas/script.py2
1 files changed, 1 insertions, 1 deletions
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
3GPIO = webiopi.GPIO 3GPIO = webiopi.GPIO
4 4
5ICMP_DEVICE = "icmp0" 5ICMP_DEVICE = "icmp0"
6GAS_PORT = 0 6GAS_PORT = 1
7SLEEP = 1 7SLEEP = 1
8 8
9class State(object): 9class State(object):