1
0
Fork 0
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:
3djc 2020-09-20 14:06:43 +02:00
parent 270d26ae5b
commit 6b1141af28

View file

@ -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;