mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 23:32:14 +02:00
at: make sure URC cache is disabled on startup
This commit is contained in:
2
src/at.c
2
src/at.c
@@ -271,6 +271,8 @@ void at_sequence_configure(struct EG25Manager *manager)
|
|||||||
append_at_command(manager, "QURCCFG", "urcport", NULL, "\"usbat\"");
|
append_at_command(manager, "QURCCFG", "urcport", NULL, "\"usbat\"");
|
||||||
append_at_command(manager, "QGPS", NULL, NULL, "1");
|
append_at_command(manager, "QGPS", NULL, NULL, "1");
|
||||||
append_at_command(manager, "QSCLK", NULL, "1", NULL);
|
append_at_command(manager, "QSCLK", NULL, "1", NULL);
|
||||||
|
// Make sure URC cache is disabled
|
||||||
|
append_at_command(manager, "QCFG", "urc/cache", "0", NULL);
|
||||||
send_at_command(manager);
|
send_at_command(manager);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user