Xinyuan-LilyGO / LilyGO-T-A76XX

LilyGo A7670X A7608X SIM7670G series
MIT License
126 stars 57 forks source link

Availability of AGPS on T-A7670E #176

Closed OCMTemp closed 1 day ago

OCMTemp commented 2 days ago

On my T-A7670E, I tried to use the AGPS example:

https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/examples/GPS_Acceleration

But I get the error:

'TinyGsm' {aka 'class TinyGsmA7670'} has no member named 'enableAGPS'; did you mean 'enableGPS'?

I know the T-A7670G does not support GPS Acceleration. But does the T-A7670E? If it does, then what could be the cause of the error?

lewisxhe commented 2 days ago

https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/blob/4ee1e5ce510d8f7bfd9e9c08052e0434099df35d/README.md?plain=1#L7

OCMTemp commented 1 day ago

Thanks! That solved the problem and made obtaining a lock significantly faster.