1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Bump multi rev

This commit is contained in:
3djc 2020-10-04 12:21:08 +02:00
parent 615fb356b0
commit 67a001b757

View file

@ -21,7 +21,7 @@
#include "telemetry.h"
#include "multi.h"
constexpr int32_t MULTI_DESIRED_VERSION = (1 << 24) | (3 << 16) | (1 << 8) | 65;
constexpr int32_t MULTI_DESIRED_VERSION = (1 << 24) | (3 << 16) | (1 << 8) | 69;
#define MULTI_CHAN_BITS 11
extern uint8_t g_moduleIdx;