Skip to content

Commit

Permalink
defaults, firmwares, v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed Oct 19, 2022
1 parent d272e89 commit 8500b02
Show file tree
Hide file tree
Showing 31 changed files with 37,267 additions and 42,280 deletions.
1,962 changes: 0 additions & 1,962 deletions firmware/pre-release/rx-R9M-f103c8-v0.2.18.hex

This file was deleted.

1,804 changes: 0 additions & 1,804 deletions firmware/pre-release/rx-R9MM-f103rb-v0.2.17.hex

This file was deleted.

1,916 changes: 0 additions & 1,916 deletions firmware/pre-release/rx-R9MX-l433cb-v0.2.17.hex

This file was deleted.

1,867 changes: 0 additions & 1,867 deletions firmware/pre-release/rx-Wio-E5-Grove-wle5jc-v0.2.17.hex

This file was deleted.

1,913 changes: 0 additions & 1,913 deletions firmware/pre-release/rx-diy-board01-f103cb-v0.2.17.hex

This file was deleted.

2,001 changes: 0 additions & 2,001 deletions firmware/pre-release/rx-diy-e22-g441kb-v0.2.17.hex

This file was deleted.

1,981 changes: 0 additions & 1,981 deletions firmware/pre-release/rx-diy-e28-g441kb-v0.2.17.hex

This file was deleted.

1,949 changes: 0 additions & 1,949 deletions firmware/pre-release/rx-diy-e28dual-board02-f103cb-v0.2.17.hex

This file was deleted.

1,840 changes: 0 additions & 1,840 deletions firmware/pre-release/rx-siyi-f373cc-v0.2.17.hex

This file was deleted.

3,498 changes: 0 additions & 3,498 deletions firmware/pre-release/tx-R9M-f103c8-v0.2.18.hex

This file was deleted.

2,370 changes: 0 additions & 2,370 deletions firmware/pre-release/tx-Wio-E5-Mini-wle5jc-v0.2.17.hex

This file was deleted.

3,533 changes: 0 additions & 3,533 deletions firmware/pre-release/tx-diy-e22dual-module02-g491re-v0.2.17.hex

This file was deleted.

3,378 changes: 0 additions & 3,378 deletions firmware/pre-release/tx-diy-e28dual-board02-f103cb-v0.2.17.hex

This file was deleted.

4,485 changes: 0 additions & 4,485 deletions firmware/pre-release/tx-diy-e28dual-module02-g491re-v0.2.17.hex

This file was deleted.

4,475 changes: 0 additions & 4,475 deletions firmware/pre-release/tx-diy-sxdual-module02-g491re-v0.2.17.hex

This file was deleted.

3,304 changes: 0 additions & 3,304 deletions firmware/pre-release/tx-siyi-f103c8-v0.2.17.hex

This file was deleted.

1,986 changes: 1,986 additions & 0 deletions firmware/rx-R9M-f103c8-v.3.00.hex

Large diffs are not rendered by default.

1,828 changes: 1,828 additions & 0 deletions firmware/rx-R9MM-f103rb-v.3.00.hex

Large diffs are not rendered by default.

1,940 changes: 1,940 additions & 0 deletions firmware/rx-R9MX-l433cb-v.3.00.hex

Large diffs are not rendered by default.

1,890 changes: 1,890 additions & 0 deletions firmware/rx-Wio-E5-Grove-wle5jc-v.3.00.hex

Large diffs are not rendered by default.

1,936 changes: 1,936 additions & 0 deletions firmware/rx-diy-board01-f103cb-v.3.00.hex

Large diffs are not rendered by default.

2,021 changes: 2,021 additions & 0 deletions firmware/rx-diy-e22-g441kb-v.3.00.hex

Large diffs are not rendered by default.

2,004 changes: 2,004 additions & 0 deletions firmware/rx-diy-e28-g441kb-v.3.00.hex

Large diffs are not rendered by default.

1,972 changes: 1,972 additions & 0 deletions firmware/rx-diy-e28dual-board02-f103cb-v.3.00.hex

Large diffs are not rendered by default.

3,470 changes: 3,470 additions & 0 deletions firmware/tx-R9M-f103c8-v.3.00.hex

Large diffs are not rendered by default.

2,392 changes: 2,392 additions & 0 deletions firmware/tx-Wio-E5-Mini-wle5jc-v.3.00.hex

Large diffs are not rendered by default.

3,522 changes: 3,522 additions & 0 deletions firmware/tx-diy-e22dual-module02-g491re-v.3.00.hex

Large diffs are not rendered by default.

3,362 changes: 3,362 additions & 0 deletions firmware/tx-diy-e28dual-board02-f103cb-v.3.00.hex

Large diffs are not rendered by default.

4,475 changes: 4,475 additions & 0 deletions firmware/tx-diy-e28dual-module02-g491re-v.3.00.hex

Large diffs are not rendered by default.

4,464 changes: 4,464 additions & 0 deletions firmware/tx-diy-sxdual-module02-g491re-v.3.00.hex

Large diffs are not rendered by default.

9 changes: 5 additions & 4 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 219 // leading zero makes it octal!
#define VERSIONONLYSTR "v.2.19"
#define VERSION 300 // leading zero makes it octal!
#define VERSIONONLYSTR "v.3.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,9 @@
//#define SETUP_FORCE_COMMON_CONF


#define CPOWER 0 // 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 CPOWER 2

#define DIVERSITY 0

Expand Down

0 comments on commit 8500b02

Please sign in to comment.