Skip to content

Commit c4fb9e9

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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)