From fb8ec4c400dd8c29f3be0b8e6886fbf2bc81c478 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Fri, 27 Sep 2024 10:22:02 -0500 Subject: [PATCH] Use new Package Index JSON Files --- .github/workflows/arduino-compile-sketches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino-compile-sketches.yml b/.github/workflows/arduino-compile-sketches.yml index 25f3bb6..f83dc1e 100644 --- a/.github/workflows/arduino-compile-sketches.yml +++ b/.github/workflows/arduino-compile-sketches.yml @@ -23,7 +23,7 @@ jobs: - arch: msp fqbn: 'energia:msp430:MSP-EXP430G2553LP' platform-name: 'energia:msp430' - platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP_107_index.json' + platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json' - arch: stm32 fqbn: 'STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8' platform-name: 'STMicroelectronics:stm32'