Keith Bennett
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
platformio.ini
|
@ -1065,7 +1065,7 @@ build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX |
|
|
[env:STM32F103RET6_creality] |
|
|
[env:STM32F103RET6_creality] |
|
|
platform = ${common_stm32f1.platform} |
|
|
platform = ${common_stm32f1.platform} |
|
|
extends = common_stm32f1 |
|
|
extends = common_stm32f1 |
|
|
board = genericSTM32F103RC |
|
|
board = genericSTM32F103RE |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4 |
|
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|