one step sideways
This commit is contained in:
parent
db89e4d8d6
commit
be8fee161c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue