mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
add 50mW CRSF tx power level
This commit is contained in:
parent
f3171a6ee4
commit
13c1cbaf05
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ static timeUs_t crsfFrameStartAt = 0;
|
|||
static uint8_t telemetryBuf[CRSF_FRAME_SIZE_MAX];
|
||||
static uint8_t telemetryBufLen = 0;
|
||||
|
||||
// The power levels represented by uplinkTXPower above in mW (250mW added to full TX in v4.00 firmware)
|
||||
const uint16_t crsfPowerStates[] = {0, 10, 25, 100, 500, 1000, 2000, 250};
|
||||
// The power levels represented by uplinkTXPower above in mW (250mW added to full TX in v4.00 firmware, 50mW added for ExpressLRS)
|
||||
const uint16_t crsfPowerStates[] = {0, 10, 25, 100, 500, 1000, 2000, 250, 50};
|
||||
|
||||
/*
|
||||
* CRSF protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue