s (#1424)
This commit is contained in:
parent
2e3c142993
commit
e54bcc70a0
|
@ -66,10 +66,10 @@ void setSdCardConfigurationOverrides(void) {
|
|||
}
|
||||
|
||||
static void setLedPins() {
|
||||
CONFIG(warningLedPin) = GPIOE_3;
|
||||
// PE3 is error LED, configured in board.mk
|
||||
CONFIG(communicationLedPin) = GPIOE_4;
|
||||
engineConfiguration->runningLedPin = GPIOE_5;
|
||||
engineConfiguration->triggerErrorPin = GPIOE_6;
|
||||
CONFIG(runningLedPin) = GPIOE_5;
|
||||
CONFIG(warningLedPin) = GPIOE_6;
|
||||
}
|
||||
|
||||
static void setupVbatt() {
|
||||
|
|
|
@ -2322,6 +2322,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
dialog = statusLeds, "Status LEDs"
|
||||
field = "Running status LED", runningLedPin
|
||||
field = "TS communication status LED", communicationLedPin
|
||||
field = "Warning LED", warningLedPin
|
||||
field = "Trigger error LED", triggerErrorPin
|
||||
|
||||
; Engine->MIL Settings
|
||||
|
|
Loading…
Reference in New Issue