From 6e458ebd4a96f05e3887f29b14bf1656bd63e08a Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Thu, 7 Dec 2017 16:06:45 +0100 Subject: [PATCH] Disable _MyConfig by default --- Multiprotocol/_Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 8a79ce1..7f97318 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. It's automatically loaded if the file exists for the AVR platform but not STM32... -#define USE_MY_CONFIG +//#define USE_MY_CONFIG /*******************/ /*** TX SETTINGS ***/