On Proteus Main relay control #3447
This commit is contained in:
parent
44fa9b028b
commit
74a34bbea3
|
@ -33,6 +33,7 @@ All notable user-facing or behavior-altering changes will be documented in this
|
|||
### Fixed
|
||||
- A/C control bugfix
|
||||
- Better Windows build-in DFU #3338
|
||||
- Proteus now waits for VBatt to enable main relay output
|
||||
|
||||
## Removed
|
||||
- Remove engine load acceleration enrichment #3357
|
||||
|
|
|
@ -17,6 +17,8 @@ DDEFS += -DEFI_USE_OSC=TRUE
|
|||
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=GPIOE_3
|
||||
DDEFS += -DFIRMWARE_ID=\"proteus\" $(DEFAULT_ENGINE_TYPE)
|
||||
|
||||
DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE
|
||||
|
||||
DDEFS += -DEFI_ICU_INPUTS=FALSE -DHAL_TRIGGER_USE_PAL=TRUE
|
||||
DDEFS += -DEFI_LOGIC_ANALYZER=FALSE
|
||||
# todo: refactor HAL_VSS_USE_PAL
|
||||
|
|
Loading…
Reference in New Issue