[pkg-fso-commits] [SCM] framworkd debian packageing branch, master, updated. milestone2-110-g76700a0

Michael 'Mickey' Lauer mickey at vanille-media.de
Tue Sep 2 10:34:58 UTC 2008


The following commit has been merged in the master branch:
commit d402b5164439b068672a158848960bfad9f35de6
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Aug 28 21:04:14 2008 +0200

    examples: fix gsm-log-data

diff --git a/examples/gsm-log-data.py b/examples/gsm-log-data.py
index ca34509..c03c163 100755
--- a/examples/gsm-log-data.py
+++ b/examples/gsm-log-data.py
@@ -47,7 +47,7 @@ def timeout_handler():
         log( "SIGNAL NOW %d" % strength )
 
         # here you can add more of your special AT commands
-        result = gsm.Command( "AT%s\r\n" % EM_COMMAND )
+        result = gsm.DebugCommand( "AT%s\r\n" % EM_COMMAND )
         log( "EM RESULT %s" % result[0] )
 
         return True # call me again

-- 
framworkd debian packageing



More information about the pkg-fso-commits mailing list