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