Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed May 28, 2022
1 parent 13b84dc commit f98d874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mLRS/Common/common_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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


//-------------------------------------------------------
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mLRS/CommonRx/mlrs-rx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion mLRS/CommonTx/mlrs-tx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f98d874

Please sign in to comment.