Disabling AFHDS2A Hub telemetry to fit in flash...

This commit is contained in:
Pascal Langer 2021-02-07 19:20:12 +01:00
parent 596e8c9b55
commit fc978f95ef
2 changed files with 3 additions and 3 deletions

View File

@ -320,7 +320,7 @@ static void __attribute__((unused)) MLINK_send_data_packet()
uint16_t ReadMLINK()
{
uint8_t status;//,len,sum=0,check=0;
uint8_t status;
uint16_t start;
switch(phase)

View File

@ -318,7 +318,7 @@
#define DSM_TELEMETRY // Forward received telemetry packet directly to TX to be decoded by er9x, erskyTX and OpenTX
#define SPORT_TELEMETRY // Use FrSkyX format to send/receive telemetry
#define AFHDS2A_FW_TELEMETRY // Forward received telemetry packet directly to TX to be decoded by erskyTX and OpenTX
#define AFHDS2A_HUB_TELEMETRY // Use FrSkyD Hub format to send basic telemetry to TX like er9x
//#define AFHDS2A_HUB_TELEMETRY // Use FrSkyD Hub format to send basic telemetry to TX like er9x
#define HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX
#define BAYANG_HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX
#define BUGS_HUB_TELEMETRY // Use FrSkyD Hub format to send telemetry to TX