From 202fddddf05d878381f3b4d5bfa6b6e70031a290 Mon Sep 17 00:00:00 2001 From: sean <1026025056@qq.com> Date: Sat, 14 Sep 2024 15:29:57 +0800 Subject: [PATCH] release v0.3.0 --- .github/workflows/arduino-action-stickc-compile.yml | 4 ++-- library.json | 2 +- library.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arduino-action-stickc-compile.yml b/.github/workflows/arduino-action-stickc-compile.yml index f19e213..a39b128 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:stickc + - m5stack:esp32:m5stack_stickc # Specify parameters for each board. ############################################################################################################# include: - - arduino-boards-fqbn: m5stack:esp32:stickc + - arduino-boards-fqbn: m5stack:esp32:m5stack_stickc platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json sketches-exclude: WhistleSwitch,50Hz,SimpleFrequencyDetector diff --git a/library.json b/library.json index 65593e6..5332267 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/m5stack/M5StickC.git" }, - "version": "0.2.9", + "version": "0.3.0", "frameworks": "arduino", "platforms": "espressif32", "headers": "M5StickC.h" diff --git a/library.properties b/library.properties index 36bd5ff..51fd5a8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5StickC -version=0.2.9 +version=0.3.0 author=M5StickC maintainer=M5Stack sentence=Library for M5StickC Core development kit