mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-04 22:07:30 +00:00
Optimizing ZUMspot debug messages
This commit is contained in:
parent
60c5b4654e
commit
30bd83dab2
8 changed files with 87 additions and 33 deletions
1
Debug.h
1
Debug.h
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#define DEBUG1(a) serial.writeDebug((a))
|
||||
#define DEBUG2(a,b) serial.writeDebug((a),(b))
|
||||
#define DEBUG2I(a,b) serial.writeDebugI((a),(b))
|
||||
#define DEBUG3(a,b,c) serial.writeDebug((a),(b),(c))
|
||||
#define DEBUG4(a,b,c,d) serial.writeDebug((a),(b),(c),(d))
|
||||
#define DEBUG5(a,b,c,d,e) serial.writeDebug((a),(b),(c),(d),(e))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue