Kyosho Syncro

Sub protocol Syncro for KT-331 and KR-331
This commit is contained in:
pascallanger
2024-01-29 17:00:54 +01:00
parent 457703b881
commit a7d6d12679
8 changed files with 49 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 3
#define VERSION_PATCH_LEVEL 43
#define VERSION_PATCH_LEVEL 44
#define MODE_SERIAL 0
@@ -437,8 +437,9 @@ enum HEIGHT
};
enum KYOSHO
{
KYOSHO_FHSS = 0,
KYOSHO_HYPE = 1,
KYOSHO_FHSS = 0,
KYOSHO_HYPE = 1,
KYOSHO_SYNCRO = 2,
};
enum JJRC345
{
@@ -833,8 +834,8 @@ enum {
#define DSM_RX_EEPROM_OFFSET 877 // (4) TX ID + format, 5 bytes, end is 882
#define MOULDKG_EEPROM_OFFSET 882 // RX ID, 3 bytes per model, end is 882+64*3=1074
#define DSM_CLONE_EEPROM_OFFSET 1074 // (4) TX ID, (1) Initialized, end is 1079
#define TRAXXAS_EEPROM_OFFSET 1079 // RX ID, 2 bytes per model id, end is 1079+128=1207
//#define CONFIG_EEPROM_OFFSET 1207 // Current configuration of the multimodule
#define TRAXXAS_EEPROM_OFFSET 1079 // RX ID and SOP index, 3 bytes per model id, end is 1079+192=1271
//#define CONFIG_EEPROM_OFFSET 1271 // Current configuration of the multimodule
/* STM32 Flash Size */
#ifndef DISABLE_FLASH_SIZE_CHECK