one step sideways

This commit is contained in:
rusefi 2020-05-14 19:10:01 -04:00
parent db89e4d8d6
commit be8fee161c
1 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,9 @@ ifeq ($(LED_CRITICAL_ERROR_BRAIN_PIN),)
endif
# breaking TTL thus breaking Bluetooth for microRusEFI in order to enable SPI3 for SD card
EFI_CONSOLE_TTL_PINS = -DEFI_CONSOLE_TX_BRAIN_PIN=GPIOE_15 -DEFI_CONSOLE_RX_BRAIN_PIN=GPIOE_14
# *TEMPORARY* breaking TTL thus breaking Bluetooth for microRusEFI in order to enable SPI3 for SD card
# *TODO* need to give people the horrible choice between Bluetooth via TTL or SD card via SPI :( horrible choice
EFI_CONSOLE_TTL_PINS = -DEFI_CONSOLE_TX_BRAIN_PIN=GPIOG_14 -DEFI_CONSOLE_RX_BRAIN_PIN=GPIOG_15
# Add them all together