per-board URL into project help
This commit is contained in:
parent
6f60a61652
commit
116aba739e
|
@ -1,3 +1,5 @@
|
|||
#define MAIN_HELP_URL "https://rusefi.com/s/hellen121nissan"
|
||||
|
||||
#define ts_show_hip9011 false
|
||||
#define ts_show_cj125 false
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#define MAIN_HELP_URL "https://rusefi.com/s/hellenNA6"
|
||||
|
||||
#define ts_show_hip9011 false
|
||||
#define ts_show_cj125 false
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#define MAIN_HELP_URL "https://rusefi.com/s/hellen121nissan"
|
||||
|
||||
#define ts_show_hip9011 false
|
||||
#define ts_show_cj125 false
|
||||
|
||||
|
|
|
@ -93,6 +93,7 @@ struct_no_prefix engine_configuration_s
|
|||
#define SERVO_COUNT 8
|
||||
|
||||
#define CONSOLE_DATA_PROTOCOL_TAG " @"
|
||||
#define MAIN_HELP_URL "http://www.rusefi.com/"
|
||||
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
|
||||
|
|
|
@ -3582,7 +3582,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
|
||||
|
||||
help = helpGeneral, "rusEFI General Help"
|
||||
webHelp = "http://www.rusefi.com/"
|
||||
webHelp = "@@MAIN_HELP_URL@@"
|
||||
text = "<img src='https://rusefi.com/style/logo_100.gif'>"
|
||||
|
||||
dialog = gppwm1left, ""
|
||||
|
|
Loading…
Reference in New Issue