joy to all pins
This commit is contained in:
parent
e10259de99
commit
a8a9394f80
|
@ -1843,6 +1843,13 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
field = "Comparator hysteresis voltage (Max)", triggerCompHystMax
|
field = "Comparator hysteresis voltage (Max)", triggerCompHystMax
|
||||||
field = "VR-sensor saturation RPM", triggerCompSensorSatRpm
|
field = "VR-sensor saturation RPM", triggerCompSensorSatRpm
|
||||||
|
|
||||||
|
dialog = joystickPanel, "Joystick"
|
||||||
|
field = "joustick center button", joystickCenterPin
|
||||||
|
field = "joustick button A", joystickAPin
|
||||||
|
field = "joustick button B", joystickBPin
|
||||||
|
field = "joustick button C", joystickCPin
|
||||||
|
field = "joustick button D", joystickDPin
|
||||||
|
|
||||||
;
|
;
|
||||||
; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
|
; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
|
||||||
; configure the features.
|
; configure the features.
|
||||||
|
@ -1888,6 +1895,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
field = "Warning Led", warningLedPin
|
field = "Warning Led", warningLedPin
|
||||||
field = "tle6240_cs", tle6240_cs
|
field = "tle6240_cs", tle6240_cs
|
||||||
field = "tle6240 SPI", tle6240spiDevice
|
field = "tle6240 SPI", tle6240spiDevice
|
||||||
|
panel = joystickPanel
|
||||||
|
|
||||||
dialog = allPins1_2
|
dialog = allPins1_2
|
||||||
field = "Tachometer output Pin", tachOutputPin
|
field = "Tachometer output Pin", tachOutputPin
|
||||||
|
@ -2558,12 +2566,6 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
panel = sdCard @@if_ts_show_sd_card
|
panel = sdCard @@if_ts_show_sd_card
|
||||||
panel = gpsReceiver @@if_ts_show_gps
|
panel = gpsReceiver @@if_ts_show_gps
|
||||||
|
|
||||||
dialog = joystickPanel, "Joystick"
|
|
||||||
field = "joustick center button", joystickCenterPin
|
|
||||||
field = "joustick button A", joystickAPin
|
|
||||||
field = "joustick button B", joystickBPin
|
|
||||||
field = "joustick button C", joystickCPin
|
|
||||||
field = "joustick button D", joystickDPin
|
|
||||||
|
|
||||||
dialog = monitoringSettings, "rusEfi Console Settings"
|
dialog = monitoringSettings, "rusEfi Console Settings"
|
||||||
field = "Sensor Sniffer", sensorChartMode
|
field = "Sensor Sniffer", sensorChartMode
|
||||||
|
|
Loading…
Reference in New Issue