Allow for hex dumps of modem data by the host.

This commit is contained in:
Jonathan Naylor 2021-04-11 18:15:19 +01:00
parent 1ad20fd4a0
commit 6ffb68450c
3 changed files with 30 additions and 1 deletions

View file

@ -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];