Fix RadioLink: request telemetry every time to time like original instead of all the time

This commit is contained in:
Pascal Langer 2021-05-25 14:54:17 +02:00
parent 438e85c551
commit 4d2c8ef04e
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 82
#define VERSION_PATCH_LEVEL 83
#define MODE_SERIAL 0

View File

@ -158,6 +158,9 @@ static void __attribute__((unused)) RLINK_send_packet()
// header
if(packet_count>3)
packet[1] = 0x02; // 0x02 telemetry request flag
else
packet[1] = 0x00; // no telemetry
switch(sub_protocol)
{
case RLINK_SURFACE: