If there is no GPS fix, do not announce lat, long, ...

This commit is contained in:
vk7js 2022-09-02 21:23:53 +10:00 committed by Silvano Seva
parent 9f52c98c2f
commit 30e8671044
1 changed files with 2 additions and 2 deletions

View File

@ -528,8 +528,8 @@ void vp_announceGPSInfo()
{
case 0:
vp_queueStringTableEntry(&currentLanguage->noFix);
break;
vp_play();
return;
case 1:
vp_queueString("SPS", vpAnnounceCommonSymbols);
break;