Skip to content

Commit 202fddd

Browse files
committed
release v0.3.0
1 parent 18971e4 commit 202fddd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/arduino-action-stickc-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
# You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace
4141
#############################################################################################################
4242
arduino-boards-fqbn:
43-
- m5stack:esp32:stickc
43+
- m5stack:esp32:m5stack_stickc
4444

4545
# Specify parameters for each board.
4646
#############################################################################################################
4747
include:
48-
- arduino-boards-fqbn: m5stack:esp32:stickc
48+
- arduino-boards-fqbn: m5stack:esp32:m5stack_stickc
4949
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
5050
sketches-exclude: WhistleSwitch,50Hz,SimpleFrequencyDetector
5151

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/M5StickC.git"
1212
},
13-
"version": "0.2.9",
13+
"version": "0.3.0",
1414
"frameworks": "arduino",
1515
"platforms": "espressif32",
1616
"headers": "M5StickC.h"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5StickC
2-
version=0.2.9
2+
version=0.3.0
33
author=M5StickC
44
maintainer=M5Stack
55
sentence=Library for M5StickC Core development kit

0 commit comments

Comments
 (0)