Skip to content

Commit 1fdab41

Browse files
committed
Merge branch 'develop'
2 parents ced955f + e24c863 commit 1fdab41

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Arduino-Lint-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arduino Lint Check
1+
name: Arduino Lint Check
22
on:
33
push:
44
branches: [ master, main ]

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"M5Utility": "https://github.com/m5stack/M5Utility.git",
1515
"M5HAL": "https://github.com/m5stack/M5HAL.git"
1616
},
17-
"version": "0.0.5",
17+
"version": "0.0.6",
1818
"frameworks": [
1919
"arduino"
2020
],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5UnitUnified
2-
version=0.0.5
2+
version=0.0.6
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=M5UnitUnified is a library for unified handling of various M5 units products. (Alpha version)

pio_project/test/unit_unified_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ TEST(UnitUnified, EachUnit)
126126

127127
// COLOR
128128
each_unit_test<m5::unit::UnitTCS34725>();
129-
129+
130130
// THERMO
131131
each_unit_test<m5::unit::UnitMLX90614>();
132132
each_unit_test<m5::unit::UnitMLX90614BAA>();
@@ -146,7 +146,7 @@ TEST(UnitUnified, EachUnit)
146146
each_unit_test<m5::unit::UnitKeyboardBitwise>();
147147
each_unit_test<m5::unit::UnitCardKB>();
148148
each_unit_test<m5::unit::UnitFacesQWERTY>();
149-
149+
150150
for (auto&& e : vec) {
151151
delete e;
152152
}

0 commit comments

Comments
 (0)