raise debug level in debug env

This commit is contained in:
stefan123t 2022-09-10 23:08:44 +02:00
parent 6bd7e01f1a
commit 675c6ce908
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,9 @@
//-----------------------------------------------------------------------------
// globally used level
#ifndef DEBUG_LEVEL
#define DEBUG_LEVEL DBG_INFO
#endif
#ifdef ARDUINO
#include "Arduino.h"