diff --git a/AntennaTracker/config.h b/AntennaTracker/config.h index c00034acdc..146130b451 100644 --- a/AntennaTracker/config.h +++ b/AntennaTracker/config.h @@ -57,12 +57,4 @@ # define DISTANCE_MIN_DEFAULT 5.0f // do not track targets within 5 meters #endif -////////////////////////////////////////////////////////////////////////////// -// Developer Items -// - -// use this to completely disable the CLI -#ifndef CLI_ENABLED - # define CLI_ENABLED ENABLED -#endif