mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-10 06:31:25 +00:00
![Ben Meadors](/assets/img/avatar_default.png)
* Skadoosh * Removing deprecated fields * Remove remaining deprecations * Macro * Macro * WIP conversion * Lots of type conversions between Lite versions and new NodeDB methods * Trunk * Conversion * NULL * Init * Rename * Position * Reworked conversion to NodeInfo for PhoneAPI
8 lines
377 B
C
8 lines
377 B
C
#pragma once
|
|
|
|
#include "main.h"
|
|
#include <Arduino.h>
|
|
|
|
uint32_t printWPL(char *buf, size_t bufsz, const meshtastic_Position &pos, const char *name, bool isCaltopoMode = false);
|
|
uint32_t printWPL(char *buf, size_t bufsz, const meshtastic_PositionLite &pos, const char *name, bool isCaltopoMode = false);
|
|
uint32_t printGGA(char *buf, size_t bufsz, const meshtastic_Position &pos); |