mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
USE_CRSF_LINK_STATISTICS Split from pr 8042
This commit is contained in:
parent
de1c1d5377
commit
653618d0f6
9 changed files with 108 additions and 0 deletions
|
@ -41,6 +41,8 @@ extern "C" {
|
|||
|
||||
#include "telemetry/msp_shared.h"
|
||||
|
||||
rssiSource_e rssiSource;
|
||||
|
||||
void crsfDataReceive(uint16_t c);
|
||||
uint8_t crsfFrameCRC(void);
|
||||
uint8_t crsfFrameStatus(void);
|
||||
|
|
|
@ -63,6 +63,7 @@ extern "C" {
|
|||
#include "telemetry/smartport.h"
|
||||
#include "sensors/acceleration.h"
|
||||
|
||||
rssiSource_e rssiSource;
|
||||
bool handleMspFrame(uint8_t *frameStart, int frameLength, uint8_t *skipsBeforeResponse);
|
||||
bool sendMspReply(uint8_t payloadSize, mspResponseFnPtr responseFn);
|
||||
uint8_t sbufReadU8(sbuf_t *src);
|
||||
|
|
|
@ -61,6 +61,7 @@ extern "C" {
|
|||
#include "telemetry/telemetry.h"
|
||||
#include "telemetry/msp_shared.h"
|
||||
|
||||
rssiSource_e rssiSource;
|
||||
bool airMode;
|
||||
|
||||
uint16_t testBatteryVoltage = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue