From c5aef39d5247f58ebb0b69c34369e3495b60b7ca Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Thu, 23 Dec 2021 23:07:16 +0100 Subject: [PATCH] Fix versions of GD32 platform and SPL package --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index fb742b1..611cccc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -21,9 +21,9 @@ src_dir = Src [env] ; use new GD32 platform and the bleeding-edge SPL package for it -platform = https://github.com/CommunityGD32Cores/platform-gd32.git +platform = https://github.com/CommunityGD32Cores/platform-gd32.git#e712045bdba54790ed2e07c47a421345340efb31 platform_packages = - framework-spl-gd32@https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git + framework-spl-gd32@https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git#67a6fe90b20e00b11a9a52f55d318b7d15eeed84 ;================================================================