mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Set multi min version to 1.3.1.65 to match SD scripts
This commit is contained in:
parent
270d26ae5b
commit
6b1141af28
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "telemetry.h"
|
||||
#include "multi.h"
|
||||
|
||||
constexpr int32_t MULTI_DESIRED_VERSION = (1 << 24) | (3 << 16) | (1 << 8) | 1;
|
||||
constexpr int32_t MULTI_DESIRED_VERSION = (1 << 24) | (3 << 16) | (1 << 8) | 65;
|
||||
#define MULTI_CHAN_BITS 11
|
||||
|
||||
extern uint8_t g_moduleIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue