From 1679f229bd4a939eabd25f9e4560fd388f2bc4be Mon Sep 17 00:00:00 2001 From: sean <1026025056@qq.com> Date: Wed, 18 Oct 2023 09:25:14 +0800 Subject: [PATCH] update workflow --- .github/workflows/arduino-action-stickc-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino-action-stickc-compile.yml b/.github/workflows/arduino-action-stickc-compile.yml index 61aff6d..f19e213 100644 --- a/.github/workflows/arduino-action-stickc-compile.yml +++ b/.github/workflows/arduino-action-stickc-compile.yml @@ -40,12 +40,12 @@ jobs: # You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace ############################################################################################################# arduino-boards-fqbn: - - m5stack:esp32:m5stick-c + - m5stack:esp32:stickc # Specify parameters for each board. ############################################################################################################# include: - - arduino-boards-fqbn: m5stack:esp32:m5stick-c + - arduino-boards-fqbn: m5stack:esp32:stickc platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json sketches-exclude: WhistleSwitch,50Hz,SimpleFrequencyDetector