mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
config: drop URC cache
In some internal discussions between me, the ModemManager maintainer and a Quectel engineer, the URC cache we use is unnecessary. I did some testing and removed the URC cache from the configs and it works reliable without affecting the functionality.
This commit is contained in:
@@ -39,14 +39,11 @@ configure = [
|
||||
{ cmd = "QURCCFG", subcmd = "urcport", expect = "\"all\"" },
|
||||
{ cmd = "QGPS", value = "1" },
|
||||
{ cmd = "QSCLK", value = "1" },
|
||||
{ cmd = "QCFG", subcmd = "urc/cache", value = "0" }
|
||||
]
|
||||
suspend = [
|
||||
{ cmd = "QGPSEND" },
|
||||
{ cmd = "QCFG", subcmd = "urc/cache", value = "1" }
|
||||
]
|
||||
resume = [
|
||||
{ cmd = "QCFG", subcmd = "urc/cache", value = "0" },
|
||||
{ cmd = "QGPS", value = "1" }
|
||||
]
|
||||
reset = [ { cmd = "CFUN", value = "1,1" } ]
|
||||
|
Reference in New Issue
Block a user