diff options
| author | manuel <manuel@mausz.at> | 2013-12-26 14:56:42 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-12-26 14:56:42 +0100 |
| commit | 2aed573b4a409757f55be4e7c1a39257d16fbef6 (patch) | |
| tree | 16289cd616007b9d26e0c4ef0ac8ec508a45dd13 /examples/scripts/gas/script.py | |
| parent | 38a545eeb58de8aee169b9f99ca0adf3eed05bb3 (diff) | |
| download | webiopi-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.py | 2 |
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 | |||
| 3 | GPIO = webiopi.GPIO | 3 | GPIO = webiopi.GPIO |
| 4 | 4 | ||
| 5 | ICMP_DEVICE = "icmp0" | 5 | ICMP_DEVICE = "icmp0" |
| 6 | GAS_PORT = 0 | 6 | GAS_PORT = 1 |
| 7 | SLEEP = 1 | 7 | SLEEP = 1 |
| 8 | 8 | ||
| 9 | class State(object): | 9 | class State(object): |
