diff --git a/mLRS/Common/common_conf.h b/mLRS/Common/common_conf.h index 6b2c3b50..f6169553 100644 --- a/mLRS/Common/common_conf.h +++ b/mLRS/Common/common_conf.h @@ -11,8 +11,8 @@ #pragma once -#define VERSION 116 // leading zero makes it octal! -#define VERSIONONLYSTR "v0.1.16" +#define VERSION 200 // leading zero makes it octal! +#define VERSIONONLYSTR "v0.2.00" #define SETUPLAYOUT 2 // this should be changed then Setup struct and/or serial changes @@ -21,7 +21,7 @@ //------------------------------------------------------- // un-comment to enable Rx module to go into bind mode after power up -//#define RX_BIND_MODE_AFTER_POWERUP +#define RX_BIND_MODE_AFTER_POWERUP //------------------------------------------------------- @@ -32,8 +32,8 @@ //#define SETUP_FORCE_COMMON_CONF -#define CPOWER 0 // 0: minimum power, 255: maximum power -//#define CPOWER 255 // 0: minimum power, 255: maximum power +//#define CPOWER 0 // 0: minimum power, 255: maximum power +#define CPOWER 255 // 0: minimum power, 255: maximum power #define DIVERSITY 0 diff --git a/mLRS/CommonRx/mlrs-rx.cpp b/mLRS/CommonRx/mlrs-rx.cpp index c97b3e91..a2c69cc6 100644 --- a/mLRS/CommonRx/mlrs-rx.cpp +++ b/mLRS/CommonRx/mlrs-rx.cpp @@ -12,7 +12,7 @@ v0.0.00: #define DBG_MAIN(x) #define DBG_MAIN_SLIM(x) -#define DEBUG_ENABLED +//#define DEBUG_ENABLED #define FAIL_ENABLED diff --git a/mLRS/CommonTx/mlrs-tx.cpp b/mLRS/CommonTx/mlrs-tx.cpp index 3cc2b478..745e59ef 100644 --- a/mLRS/CommonTx/mlrs-tx.cpp +++ b/mLRS/CommonTx/mlrs-tx.cpp @@ -12,7 +12,7 @@ v0.0.00: #define DBG_MAIN(x) #define DBG_MAIN_SLIM(x) -#define DEBUG_ENABLED +//#define DEBUG_ENABLED #define FAIL_ENABLED