This commit is contained in:
Matthew Kennedy 2020-05-11 20:23:04 -07:00 committed by GitHub
parent 2e3c142993
commit e54bcc70a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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() {

View File

@ -2321,7 +2321,8 @@ 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 = "TS communication status LED", communicationLedPin
field = "Warning LED", warningLedPin
field = "Trigger error LED", triggerErrorPin
; Engine->MIL Settings