#ifndef __APRS_H #define __APRS_H #include #include #include "gps.h" #include "telemetry.h" size_t aprs_generate_position_without_timestamp(uint8_t *payload, size_t length, telemetry_data *data, char symbol, char *comment); #endif