Skip to content

Commit a410d85

Browse files
committed
Bump M5UnitUnified dependency to 0.4.4 and fixes metadata
1 parent 802226f commit a410d85

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,18 @@
3030
*.exe
3131
*.out
3232
*.app
33+
34+
# Doxygen
35+
docs/html/
36+
37+
# PlatformIO
38+
.pio/
39+
40+
# IDE
41+
.vscode/
42+
43+
# macOS
44+
.DS_Store
45+
46+
# Temporary
47+
tmp/

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "M5Unit-COLOR",
33
"description": "Library for M5Stack UNIT COLOR using M5UnitUnified",
4-
"keywords": "M5Stack UNIT COLOR M5UnitUnified",
4+
"keywords": "m5stack, unit, color, tcs3472x, tcs34725, tcs34727, i2c, m5unitunified",
55
"authors": {
66
"name": "M5Stack",
7-
"url": "http://www.m5stack.com"
7+
"url": "https://www.m5stack.com"
88
},
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/m5stack/M5Unit-COLOR.git"
1212
},
1313
"dependencies": {
14-
"m5stack/M5UnitUnified": ">=0.4.1"
14+
"m5stack/M5UnitUnified": ">=0.4.4"
1515
},
1616
"version": "0.1.0",
1717
"frameworks": [

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version=0.1.0
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack UNIT COLOR using M5UnitUnified
6-
paragraph=
6+
paragraph=Supports TCS34725 (SKU:U009) and TCS34727 color sensors for RGBC measurement, lux, and color temperature calculation.
77
category=Device Control
8-
url=https://github.com/m5stack/M5Unit-COLOR.git
8+
url=https://github.com/m5stack/M5Unit-COLOR
99
architectures=esp32
1010
includes=M5UnitUnifiedCOLOR.h
1111
depends=M5UnitUnified,M5Utility,M5HAL

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lib_ldf_mode = deep
1010
test_framework = googletest
1111
test_build_src = true
1212
lib_deps=m5stack/M5Unified
13-
m5stack/M5UnitUnified@>=0.4.1
13+
m5stack/M5UnitUnified@>=0.4.4
1414

1515
; --------------------------------
1616
[m5base]
@@ -204,7 +204,7 @@ build_flags = ${env.build_flags}
204204
-DM5_LOG_LEVEL=0
205205
-Wl,-Map,output.map
206206

207-
; Require at leaset C++14 after 1.13.0
207+
; Require at least C++14 after 1.13.0
208208
[test_fw]
209209
lib_deps = google/googletest@1.12.1
210210

0 commit comments

Comments
 (0)