summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRefik Hadzialic2011-07-14 11:12:48 +0200
committerRefik Hadzialic2011-07-14 11:12:48 +0200
commit247b67234b9759ec69e8e137a5b41a5fb754559d (patch)
tree9f65f39faf0cf8a45820a76f0d3ac190c191b09c
parentlandlineCall is even better. Getting busy tone is challenging. Still working ... (diff)
downloadgsm-selftest-247b67234b9759ec69e8e137a5b41a5fb754559d.tar.gz
gsm-selftest-247b67234b9759ec69e8e137a5b41a5fb754559d.tar.xz
gsm-selftest-247b67234b9759ec69e8e137a5b41a5fb754559d.zip
commented one line, that is not needed
-rw-r--r--notFinishedCode/GSMClass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notFinishedCode/GSMClass.py b/notFinishedCode/GSMClass.py
index 105c868..a6019b6 100644
--- a/notFinishedCode/GSMClass.py
+++ b/notFinishedCode/GSMClass.py
@@ -14,7 +14,7 @@ class serialPort():
self.ser = 0
self.baudRate = baudRate
self.signalStrength = 0
- self.callerConnected = -1
+ #self.callerConnected = -1
self.timer = timeout
self.debugMode = 0