mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
IBEACON for IGate statistics. NMEA style waypoints. Clean up compile warnings and header file use for Windows.
7 lines
166 B
C
7 lines
166 B
C
|
|
/* beacon.h */
|
|
|
|
void beacon_init (struct audio_s *pmodem, struct misc_config_s *pconfig, struct igate_config_s *pigate);
|
|
|
|
void beacon_tracker_set_debug (int level);
|