Added basic APRS transmit

Added goertzel algo
Updated binary
This commit is contained in:
furrtek 2018-02-23 20:21:24 +00:00
parent 7fd987a2b4
commit 8573f760be
17 changed files with 376 additions and 76 deletions

View file

@ -563,6 +563,7 @@ public:
SYMFIELD_OCT,
SYMFIELD_DEC,
SYMFIELD_HEX,
SYMFIELD_ALPHANUM,
SYMFIELD_DEF // User DEFined
};
@ -577,6 +578,7 @@ public:
void set_symbol_list(const uint32_t index, const std::string symbol_list);
uint32_t value_dec_u32();
uint64_t value_hex_u64();
std::string value_string();
void paint(Painter& painter) override;