mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-21 06:13:38 +00:00
Adding runtime debug info print at startup
This commit is contained in:
parent
36f018c654
commit
92d9844f64
5 changed files with 78 additions and 16 deletions
|
|
@ -50,6 +50,8 @@ public:
|
|||
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 printConf();
|
||||
|
||||
private:
|
||||
uint8_t m_buffer[256U];
|
||||
uint8_t m_ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue