Skip to content

Commit

Permalink
elrs update for parameter definitions over 255 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 23, 2024
1 parent 09d4500 commit 524532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/flysky/tools/elrs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static uint16_t bufferOffset = 0;
static constexpr uint8_t PARAM_DATA_TAIL_SIZE = 44; // max popup packet size

static uint8_t *paramData = &reusableBuffer.cToolData[0];
static uint8_t paramDataLen = 0;
static uint32_t paramDataLen = 0;

static constexpr uint8_t PARAMS_MAX_COUNT = 18;
static constexpr uint8_t PARAMS_SIZE = PARAMS_MAX_COUNT * sizeof(Parameter);
Expand Down

0 comments on commit 524532e

Please sign in to comment.