|
19 | 19 | #define VERSION_MAJOR 1 |
20 | 20 | #define VERSION_MINOR 2 |
21 | 21 | #define VERSION_REVISION 1 |
22 | | -#define VERSION_PATCH_LEVEL 79 |
| 22 | +#define VERSION_PATCH_LEVEL 80 |
23 | 23 |
|
24 | 24 | //****************** |
25 | 25 | // Protocols |
@@ -405,8 +405,8 @@ enum MultiPacketTypes |
405 | 405 | #define IS_WAIT_BIND_off ( ( protocol_flags2 & _BV(7) ) ==0 ) |
406 | 406 |
|
407 | 407 | // Failsafe |
408 | | -#define FAILSAFE_CHANNEL_HOLD 2047 |
409 | | -#define FAILSAFE_CHANNEL_NOPULSES 0 |
| 408 | +#define FAILSAFE_CHANNEL_HOLD 0 |
| 409 | +#define FAILSAFE_CHANNEL_NOPULSES 2047 |
410 | 410 |
|
411 | 411 | //******************** |
412 | 412 | //** Debug messages ** |
@@ -574,7 +574,7 @@ enum { |
574 | 574 | #define AFHDS2A_EEPROM_OFFSET 50 // RX ID, 4 bytes per model id, end is 50+64=114 |
575 | 575 | #define BUGS_EEPROM_OFFSET 114 // RX ID, 2 bytes per model id, end is 114+32=146 |
576 | 576 | #define BUGSMINI_EEPROM_OFFSET 146 // RX ID, 2 bytes per model id, end is 146+32=178 |
577 | | -#define FRSKYX_RX_EEPROM_OFFSET 178 // TX ID + channels, 50 bytes per model, end is 178+200=378 |
| 577 | +#define FRSKYX_RX_EEPROM_OFFSET 178 // (3) TX ID + (47) channels + (1) freq_tune, 51 bytes per model, end is 178+51=229 |
578 | 578 | //#define CONFIG_EEPROM_OFFSET 210 // Current configuration of the multimodule |
579 | 579 |
|
580 | 580 | //**************************************** |
@@ -877,7 +877,6 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p -- |
877 | 877 |
|
878 | 878 | *No* usual frsky byte stuffing and without start/stop byte (0x7e) |
879 | 879 |
|
880 | | -
|
881 | 880 | Type 0x04 Spektrum telemetry data |
882 | 881 | data[0] TX RSSI |
883 | 882 | data[1-15] telemetry data |
|
0 commit comments