mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-08 15:48:35 +00:00
IBEACON for IGate statistics. NMEA style waypoints. Clean up compile warnings and header file use for Windows.
9 lines
192 B
C
9 lines
192 B
C
|
|
|
|
/* mheard.h */
|
|
|
|
void mheard_init (int debug);
|
|
|
|
void mheard_save (int chan, decode_aprs_t *A, packet_t pp, alevel_t alevel, retry_t retries);
|
|
|
|
int mheard_count (int max_hops, int time_limit); |