Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Sep 14, 2024
1 parent 18971e4 commit 202fddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino-action-stickc-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 202fddd

Please sign in to comment.