mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-02 02:37:52 +00:00
Merge branch 'frankie-dsm-fwrd-prg-enhancements' of https://github.com/frankiearzu/DIY-Multiprotocol-TX-Module into frankie-dsm-fwrd-prg-enhancements
This commit is contained in:
commit
12aedc2e19
@ -445,7 +445,6 @@ local function GUI_Warning(event)
|
|||||||
lcd.drawFilledRectangle(0, 0, LCD_W, 17, TITLE_BGCOLOR)
|
lcd.drawFilledRectangle(0, 0, LCD_W, 17, TITLE_BGCOLOR)
|
||||||
lcd.drawText(5, 0, header, MENU_TITLE_COLOR + TEXT_SIZE)
|
lcd.drawText(5, 0, header, MENU_TITLE_COLOR + TEXT_SIZE)
|
||||||
|
|
||||||
|
|
||||||
lcd.drawText(100,20,"INFO", BOLD)
|
lcd.drawText(100,20,"INFO", BOLD)
|
||||||
lcd.drawText(5,40,"DSM Forward programing shares TX Servo/Output settings", 0)
|
lcd.drawText(5,40,"DSM Forward programing shares TX Servo/Output settings", 0)
|
||||||
lcd.drawText(5,60,"with the RX. Make sure you setup your plane first in ", 0)
|
lcd.drawText(5,60,"with the RX. Make sure you setup your plane first in ", 0)
|
||||||
|
@ -632,7 +632,6 @@ local function GUI_Warning(event,touchState)
|
|||||||
lcd.drawFilledRectangle(0, 0, LCD_W, 17, LCD_TOOL_HDR_BGCOLOR)
|
lcd.drawFilledRectangle(0, 0, LCD_W, 17, LCD_TOOL_HDR_BGCOLOR)
|
||||||
lcd.drawText(5, 0, header, LCD_TOOL_HDR_COLOR + SMLSIZE)
|
lcd.drawText(5, 0, header, LCD_TOOL_HDR_COLOR + SMLSIZE)
|
||||||
|
|
||||||
|
|
||||||
lcd.drawText(100,20,"INFO", BOLD)
|
lcd.drawText(100,20,"INFO", BOLD)
|
||||||
lcd.drawText(5,40,"DSM Forward programing shares TX Servo/Output settings", 0)
|
lcd.drawText(5,40,"DSM Forward programing shares TX Servo/Output settings", 0)
|
||||||
lcd.drawText(5,60,"with the RX. Make sure you setup your plane first in ", 0)
|
lcd.drawText(5,60,"with the RX. Make sure you setup your plane first in ", 0)
|
||||||
|
@ -116,6 +116,10 @@ static void __attribute__((unused)) FrSkyX_build_packet()
|
|||||||
|
|
||||||
uint16_t FRSKYX_callback()
|
uint16_t FRSKYX_callback()
|
||||||
{
|
{
|
||||||
|
#if defined MULTI_EU
|
||||||
|
if(sub_protocol == CH_16 || sub_protocol == CH_8)
|
||||||
|
return 9000;
|
||||||
|
#endif
|
||||||
switch(state)
|
switch(state)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
|
@ -109,7 +109,11 @@ const char STR_XERALL[] ="Xerall";
|
|||||||
const char STR_SUBTYPE_FLYSKY[] = "\x04""Std\0""V9x9""V6x6""V912""CX20";
|
const char STR_SUBTYPE_FLYSKY[] = "\x04""Std\0""V9x9""V6x6""V912""CX20";
|
||||||
const char STR_SUBTYPE_HUBSAN[] = "\x04""H107""H301""H501";
|
const char STR_SUBTYPE_HUBSAN[] = "\x04""H107""H301""H501";
|
||||||
const char STR_SUBTYPE_FRSKYD[] = "\x06""D8\0 ""Cloned";
|
const char STR_SUBTYPE_FRSKYD[] = "\x06""D8\0 ""Cloned";
|
||||||
const char STR_SUBTYPE_FRSKYX[] = "\x07""D16\0 ""D16 8ch""LBT(EU)""LBT 8ch""Cloned\0""Clo 8ch";
|
#ifndef MULTI_EU
|
||||||
|
const char STR_SUBTYPE_FRSKYX[] = "\x07""D16\0 ""D16 8ch""LBT(EU)""LBT 8ch""Cloned\0""Clo 8ch";
|
||||||
|
#else
|
||||||
|
const char STR_SUBTYPE_FRSKYX[] = "\x07""--->\0 ""--->\0 ""LBT(EU)""LBT 8ch""Cloned\0""Clo 8ch";
|
||||||
|
#endif
|
||||||
const char STR_SUBTYPE_HISKY[] = "\x05""Std\0 ""HK310";
|
const char STR_SUBTYPE_HISKY[] = "\x05""Std\0 ""HK310";
|
||||||
const char STR_SUBTYPE_V2X2[] = "\x06""Std\0 ""JXD506""MR101\0";
|
const char STR_SUBTYPE_V2X2[] = "\x06""Std\0 ""JXD506""MR101\0";
|
||||||
#ifndef MULTI_EU
|
#ifndef MULTI_EU
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_REVISION 3
|
#define VERSION_REVISION 3
|
||||||
#define VERSION_PATCH_LEVEL 23
|
#define VERSION_PATCH_LEVEL 24
|
||||||
|
|
||||||
#define MODE_SERIAL 0
|
#define MODE_SERIAL 0
|
||||||
|
|
||||||
|
@ -1130,13 +1130,18 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
|
|||||||
A|E|T|R|FLIP||||HEADLESS
|
A|E|T|R|FLIP||||HEADLESS
|
||||||
|
|
||||||
### Sub_protocol A180 - *5*
|
### Sub_protocol A180 - *5*
|
||||||
Model: XK A180, F949S, F959
|
Model: XK A180, A120, F949S, F959
|
||||||
|
|
||||||
A180:
|
A180:
|
||||||
CH1|CH2|CH3|CH4|CH5|CH6
|
CH1|CH2|CH3|CH4|CH5|CH6
|
||||||
---|---|---|---|---|---
|
---|---|---|---|---|---
|
||||||
A|E|T|R|3D6G|RATE
|
A|E|T|R|3D6G|RATE
|
||||||
|
|
||||||
|
A120:
|
||||||
|
CH1|CH2|CH3|CH4|CH5|CH6
|
||||||
|
---|---|---|---|---|---
|
||||||
|
A|E|T|R|RATE|LED
|
||||||
|
|
||||||
F949S:
|
F949S:
|
||||||
CH1|CH2|CH3|CH4|CH5|CH6|CH7
|
CH1|CH2|CH3|CH4|CH5|CH6|CH7
|
||||||
---|---|---|---|---|---|---
|
---|---|---|---|---|---|---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user