From 7f0fca47ce3e2563a3aef6b9b31fe84967ee273d Mon Sep 17 00:00:00 2001 From: Theiremi Date: Tue, 14 Nov 2023 21:48:34 +0100 Subject: [PATCH] Deactivated mcp_can debug mode (untested) --- SLGreen.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SLGreen.ino b/SLGreen.ino index b644cd4..70d6ebc 100644 --- a/SLGreen.ino +++ b/SLGreen.ino @@ -23,6 +23,8 @@ //Don't forget to search in mcp_can library sources to understand how functions works #include + +#define DEBUG_MODE 0 #include "mcp_can.h"//MCP2515 library MCP_CAN CAN(MCP_CS); // Set CS pin