fixed south and west.

This commit is contained in:
vk7js 2022-09-13 16:17:56 +10:00 committed by Silvano Seva
parent 4e1689df51
commit 4edef678c1
1 changed files with 4 additions and 0 deletions

View File

@ -651,6 +651,10 @@ void vp_announceGPSInfo(vpGPSInfoFlags_t gpsInfoFlags)
vp_queuePrompt(PROMPT_EAST);
}
else if (state.gps_data.tmg_true > 177 || state.gps_data.tmg_true < 183)
{
vp_queuePrompt(PROMPT_SOUTH);
}
else if (state.gps_data.tmg_true > 267 || state.gps_data.tmg_true < 273)
{
vp_queuePrompt(PROMPT_WEST);
}