File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535// #define FORCE_A180_ID
3636// #define FORCE_DRAGON_ID
3737// #define FORCE_F949G_ID
38- // #define FORCE_PA18_ID
38+ #define FORCE_PA18_ID
3939
4040enum {
4141 MT99XX_DATA,
@@ -178,7 +178,7 @@ static void __attribute__((unused)) MT99XX_send_packet()
178178 packet[5 ] = 0x20 ; // roll trim (0x00-0x20-0x3f)
179179 packet[6 ] = GET_FLAG ( CH5_SW, FLAG_MT_FLIP );
180180 if (sub_protocol != PA18+8 )
181- packet[7 ] = h7_mys_byte[hopping_frequency_no]; // next rf channel index ?
181+ packet[7 ] = h7_mys_byte[hopping_frequency_no]; // next rf channel index ?
182182 else
183183 packet[7 ] = (packet[7 ]&0xBF )|0x20 ;
184184 switch (sub_protocol)
Original file line number Diff line number Diff line change 1919#define VERSION_MAJOR 1
2020#define VERSION_MINOR 3
2121#define VERSION_REVISION 3
22- #define VERSION_PATCH_LEVEL 8
22+ #define VERSION_PATCH_LEVEL 9
2323
2424#define MODE_SERIAL 0
2525
You can’t perform that action at this time.
0 commit comments