From fed6eb36c76a6d7da529227ad330060d5108eb65 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 16 Feb 2026 16:44:36 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Move=20BIQU=20BX=20STM32=20platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/stm32h7.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini/stm32h7.ini b/ini/stm32h7.ini index 8ddb37590e..d6b3ef5083 100644 --- a/ini/stm32h7.ini +++ b/ini/stm32h7.ini @@ -25,7 +25,7 @@ [env:BTT_SKR_SE_BX] extends = stm32_variant # framework-arduinoststm32 uses biqu-bx-workaround branch -platform_packages = framework-arduinoststm32@https://github.com/thisiskeithb/Arduino_Core_STM32/archive/8b3522051a.zip +platform_packages = framework-arduinoststm32@https://github.com/MarlinFirmware/Arduino_Core_STM32/archive/biqu-bx.zip board = marlin_BTT_SKR_SE_BX board_build.offset = 0x20000 build_flags = ${stm32_variant.build_flags} ${stm_flash_drive.build_flags}