disable myConfig

This commit is contained in:
Andrew Shkolik 2019-12-30 16:53:12 -06:00
parent 1961579fe4
commit 0cedd5bb66

View File

@ -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
/*************************/