icera: fix timezone request AT command
Actual command uses a *, not a %. Must have been a typo when porting to the new MM since 0.6 uses a * too.
This commit is contained in:

committed by
Aleksander Morgado

parent
8740f0b72f
commit
3a28f660c5
@@ -746,7 +746,7 @@ mm_iface_icera_modem_time_load_network_timezone (MMIfaceModemTime *self,
|
|||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
||||||
"%TLTS",
|
"*TLTS",
|
||||||
3,
|
3,
|
||||||
FALSE,
|
FALSE,
|
||||||
callback,
|
callback,
|
||||||
@@ -776,7 +776,7 @@ mm_iface_icera_modem_time_load_network_time (MMIfaceModemTime *self,
|
|||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
||||||
"%TLTS",
|
"*TLTS",
|
||||||
3,
|
3,
|
||||||
FALSE,
|
FALSE,
|
||||||
callback,
|
callback,
|
||||||
|
Reference in New Issue
Block a user