mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
Added basic APRS transmit
Added goertzel algo Updated binary
This commit is contained in:
parent
7fd987a2b4
commit
8573f760be
17 changed files with 376 additions and 76 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue