If there is no GPS fix, do not announce lat, long, ...
This commit is contained in:
parent
9f52c98c2f
commit
30e8671044
|
|
@ -528,8 +528,8 @@ void vp_announceGPSInfo()
|
|||
{
|
||||
case 0:
|
||||
vp_queueStringTableEntry(¤tLanguage->noFix);
|
||||
break;
|
||||
|
||||
vp_play();
|
||||
return;
|
||||
case 1:
|
||||
vp_queueString("SPS", vpAnnounceCommonSymbols);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue