mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
add routine to output waypoint data
This commit is contained in:
6
src/gps/NMEAWPL.h
Normal file
6
src/gps/NMEAWPL.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "main.h"
|
||||
|
||||
uint printWPL(char *buf, Position &pos, const char *name);
|
||||
Reference in New Issue
Block a user