mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Added basic APRS transmit
Added goertzel algo Updated binary
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
|
||||
namespace aprs {
|
||||
|
||||
void make_aprs_frame();
|
||||
void make_aprs_frame(
|
||||
const char * src_address, const uint32_t src_ssid,
|
||||
const char * dest_address, const uint32_t dest_ssid,
|
||||
const std::string& payload);
|
||||
|
||||
} /* namespace aprs */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user