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:
|
case 0:
|
||||||
vp_queueStringTableEntry(¤tLanguage->noFix);
|
vp_queueStringTableEntry(¤tLanguage->noFix);
|
||||||
break;
|
vp_play();
|
||||||
|
return;
|
||||||
case 1:
|
case 1:
|
||||||
vp_queueString("SPS", vpAnnounceCommonSymbols);
|
vp_queueString("SPS", vpAnnounceCommonSymbols);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue