🔧 Octopus SPI display pins, fix USB build env (#22412)
This commit is contained in:
committed by
Scott Lahteine
parent
15cf97f0d5
commit
8d34a99d8f
@ -336,7 +336,7 @@ board_build.variant = MARLIN_F103Vx
|
||||
board_build.offset = 0x10000
|
||||
board_upload.offset_address = 0x08010000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DMCU_STM32F103VE -DU20 -DTS_V12 -DLED_BUILTIN=PC2 -UPIN_WIRE_SDA
|
||||
-DMCU_STM32F103VE -DU20 -DTS_V12 -DLED_BUILTIN=PC2 -UPIN_WIRE_SDA
|
||||
-UPIN_WIRE_SCL -DPIN_WIRE_SDA=PB11 -DPIN_WIRE_SCL=PB10
|
||||
-DHAL_DAC_MODULE_DISABLED -DHAL_I2S_MODULE_DISABLED
|
||||
build_unflags = ${stm32_variant.build_unflags}
|
||||
|
Reference in New Issue
Block a user