mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 07:26:38 +02:00
* fixed debug messages
This commit is contained in:
parent
425ffdfc58
commit
7e2df351d9
6 changed files with 26 additions and 59 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
|
||||
#ifdef DEBUG_HMRADIO
|
||||
#define DBGHMR(f,...) do { Serial.printf(PSTR(f), ##__VA_ARGS__); } while (0)
|
||||
#define DBGHMR(f) (DPRINTLN(f))
|
||||
#else
|
||||
#define DBGHMR(x...) do { (void)0; } while (0)
|
||||
#define DBGHMR(f)
|
||||
#endif
|
||||
|
||||
const char* const rf24AmpPower[] = {"MIN", "LOW", "HIGH", "MAX"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue