1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Issue #1428 - SafetyCH changed to OverrideCH on Taranis

This commit is contained in:
bsongis 2014-07-04 16:53:50 +02:00
parent 9b008ded21
commit c903bbcb13
2 changed files with 4 additions and 2 deletions

View file

@ -4905,7 +4905,7 @@ void menuModelLogicalSwitches(uint8_t event)
#if LCD_W >= 212
#define MODEL_CUSTOM_FUNC_1ST_COLUMN (4*FW+2)
#define MODEL_CUSTOM_FUNC_2ND_COLUMN (8*FW+2)
#define MODEL_CUSTOM_FUNC_3RD_COLUMN (20*FW)
#define MODEL_CUSTOM_FUNC_3RD_COLUMN (21*FW)
#define MODEL_CUSTOM_FUNC_4TH_COLUMN (33*FW-3)
#define MODEL_CUSTOM_FUNC_4TH_COLUMN_ONOFF (34*FW-3)
#else