mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 07:25:22 +00:00
Allow for hex dumps of modem data by the host.
This commit is contained in:
parent
1ad20fd4a0
commit
6ffb68450c
3 changed files with 30 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ public:
|
|||
void writeDebug(const char* text, int16_t n1, int16_t n2);
|
||||
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3);
|
||||
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3, int16_t n4);
|
||||
void writeDebugDump(const uint8_t* data, uint16_t length);
|
||||
|
||||
private:
|
||||
uint8_t m_buffer[512U];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue