mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
added DEBUG_FLAGs to config.h
This commit is contained in:
parent
e05d2220cb
commit
20c145013e
7 changed files with 161 additions and 0 deletions
|
@ -53,4 +53,11 @@
|
|||
// changes the style of "/setup" page, visualized = nicer
|
||||
#define LIVEDATA_VISUALIZED
|
||||
|
||||
// comment out to disable any of the debug options here
|
||||
#define DEBUG_APP
|
||||
#define DEBUG_HMINVERTER
|
||||
#define DEBUG_HMRADIO
|
||||
#define DEBUG_HMSYSTEM
|
||||
#define DEBUG_HMMAIN
|
||||
|
||||
#endif /*__CONFIG_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue