Futaba S-FHSS: another fs throw test

This commit is contained in:
Pascal Langer 2021-02-02 12:06:54 +01:00
parent 89420fe2d4
commit 63a9874aea
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ static void __attribute__((unused)) SFHSS_build_data_packet()
ch[i]=0; ch[i]=0;
else else
{ //Use channel value { //Use channel value
ch[i] = convert_channel_16b_nolimit(CH_AETR[ch_offset+i],3536,2607,true); //3472,2672: not enough throw ch[i] = convert_channel_16b_nolimit(CH_AETR[ch_offset+i],3571,2571,true); //3472,2672: not enough throw
} }
} }
} }

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_REVISION 2 #define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 22 #define VERSION_PATCH_LEVEL 23
//****************** //******************
// Protocols // Protocols