[APRS] Fixed doxygen warnings

This commit is contained in:
jgromes 2024-04-01 10:49:04 +02:00
parent 6c2e16fbab
commit 9cdf032030

View file

@ -113,9 +113,9 @@ class APRSClient {
\param destCallsign Destination station callsign. \param destCallsign Destination station callsign.
\param destSSID Destination station SSID. \param destSSID Destination station SSID.
\param lat Latitude as a null-terminated string. \param lat Latitude as a null-terminated string.
\param long Longitude as a null-terminated string. \param lon Longitude as a null-terminated string.
\param msg Message to be transmitted. Defaults to NULL (no message). \param msg Message to be transmitted. Defaults to NULL (no message).
\param msg Position timestamp. Defaults to NULL (no timestamp). \param time Position timestamp. Defaults to NULL (no timestamp).
\returns \ref status_codes \returns \ref status_codes
*/ */
int16_t sendPosition(char* destCallsign, uint8_t destSSID, char* lat, char* lon, char* msg = NULL, char* time = NULL); int16_t sendPosition(char* destCallsign, uint8_t destSSID, char* lat, char* lon, char* msg = NULL, char* time = NULL);