add routine to output waypoint data

This commit is contained in:
Thomas Göttgens
2022-10-16 12:28:49 +02:00
parent 7fde56b8ac
commit 27bcf67c0c
2 changed files with 32 additions and 0 deletions

6
src/gps/NMEAWPL.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <Arduino.h>
#include "main.h"
uint printWPL(char *buf, Position &pos, const char *name);