From 6bd4a56d3e0ed48b2e00db9373c08dcaac7e79e9 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Wed, 2 Nov 2022 12:10:53 +0100 Subject: [PATCH] Disabled DEBUG --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index bdaa201..6c3a10c 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ #define VERSION "0.0.1" // ===== DEBUG Settings ===== // -#define ENABLE_DEBUG +//#define ENABLE_DEBUG #define DEBUG_PORT Serial #define DEBUG_BAUD 115200