diff options
author | Tomas Jura <tomas_jura1@gmail.com> | 2016-02-02 15:30:21 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-02-11 10:05:33 +0100 |
commit | 0ccbd5d85d65f932524ca851f2ffa7c18f284f07 (patch) | |
tree | f53ae875f744dac07bb90144b253f282223a3e7b | |
parent | 7f173dfd151708369b53083c996d0b98b0a07c2f (diff) |
mbm: stop echos on gps port
-rw-r--r-- | plugins/mbm/mm-broadband-modem-mbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mbm/mm-broadband-modem-mbm.c b/plugins/mbm/mm-broadband-modem-mbm.c index dc480f80..2006919c 100644 --- a/plugins/mbm/mm-broadband-modem-mbm.c +++ b/plugins/mbm/mm-broadband-modem-mbm.c @@ -1377,7 +1377,7 @@ gps_enabled_ready (MMBaseModem *self, "Couldn't open raw GPS serial port"); } else { GByteArray *buf; - const gchar *command = "AT*E2GPSNPD\r\n"; + const gchar *command = "ATE0*E2GPSNPD\r\n"; /* We need to send an AT command to the GPS data port to * toggle it into this data mode. This is a particularity of |