change debug mode

This commit is contained in:
Mats van Reenen 2020-12-25 21:09:50 +01:00
parent 1ab68b46df
commit 957319f382

View File

@ -9,7 +9,7 @@
* 5: LOG_CRITICAL
* 6: LOG_NONE
*/
#define DEBUG 0
#define DEBUG 4
#define timeStrRollSize 5
char timeStr[timeStrRollSize][20];