Add NMEA output mode (my own position, and other devices as waypoints) to serial module

This commit is contained in:
Thomas Göttgens
2022-10-16 16:37:38 +02:00
parent 44529620ad
commit d3e9dbf6a9
4 changed files with 91 additions and 10 deletions

View File

@@ -4,3 +4,4 @@
#include "main.h"
uint printWPL(char *buf, Position &pos, const char *name);
uint printGGA(char *buf, Position &pos);