🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475)
Fixes #22466. Regression from #22377.
This commit is contained in:
committed by
Scott Lahteine
parent
80f8ec94aa
commit
22ef6362ae
@ -154,8 +154,8 @@ board_build.variant = MARLIN_BIGTREE_E3_RRF
|
||||
board_build.offset = 0x8000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DSTM32F407_5VX
|
||||
-DSERIAL_RX_BUFFER_SIZE=255
|
||||
-DSERIAL_TX_BUFFER_SIZE=255
|
||||
-DMF_RX_BUFFER_SIZE=255
|
||||
-DMF_TX_BUFFER_SIZE=255
|
||||
|
||||
#
|
||||
# Bigtreetech GTR V1.0 (STM32F407IGT6 ARM Cortex-M4)
|
||||
|
Reference in New Issue
Block a user