From 0cedd5bb66807a5ac9f5e7e4db2f3115ecb0eb77 Mon Sep 17 00:00:00 2001 From: Andrew Shkolik Date: Mon, 30 Dec 2019 16:53:12 -0600 Subject: [PATCH] disable myConfig --- Multiprotocol/_Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 39fffe1..69dc5f8 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -23,7 +23,7 @@ //If you know parameters you want for sure to be enabled or disabled which survives in future, you can use a file named "_MyConfig.h". //An example is given within the file named "_MyConfig.h.example" which needs to be renamed if you want to use it. //To enable this config file remove the // from the line below. -#define USE_MY_CONFIG +//#define USE_MY_CONFIG /*************************/