mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 00:16:42 +02:00
* fixed debug messages
This commit is contained in:
parent
425ffdfc58
commit
7e2df351d9
6 changed files with 26 additions and 59 deletions
|
@ -12,9 +12,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef DEBUG_HMSYSTEM
|
||||
#define DBGHMS(f,...) do { Serial.printf(PSTR(f), ##__VA_ARGS__); } while (0)
|
||||
#define DBGHMS(f) (DPRINTLN(f))
|
||||
#else
|
||||
#define DBGHMS(x...) do { (void)0; } while (0)
|
||||
#define DBGHMS(f)
|
||||
#endif
|
||||
|
||||
template <class RADIO, class BUFFER, uint8_t MAX_INVERTER=3, class INVERTERTYPE=Inverter<float>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue