Skip to content

Commit

Permalink
fix against regression of WebTop build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Jul 24, 2024
1 parent 9bfb7d4 commit 854998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/source/SkyWatch/GNSSHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ static bool ag33_setup()
Serial_GNSS_Out.write("$PAIR062,5,0*3B\r\n"); /* VTG OFF */ delay(250);
#endif
#if defined(NMEA_TCP_SERVICE)
if (settings->nmea_out == NMEA_TCP) {
if (settings->s.nmea_out == NMEA_TCP) {
Serial_GNSS_Out.write("$PAIR062,2,1*3D\r\n"); /* GSA 1s */
}
else
Expand Down

0 comments on commit 854998a

Please sign in to comment.