Skip to content

Commit 222fcdc

Browse files
committed
Update M5UnitUnified dependency to >=0.4.1 and fix typo in platformio.ini
1 parent 695e987 commit 222fcdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/m5stack/M5Unit-RTC.git"
1212
},
1313
"dependencies": {
14-
"m5stack/M5UnitUnified": ">=0.4.0"
14+
"m5stack/M5UnitUnified": ">=0.4.1"
1515
},
1616
"version": "0.1.0",
1717
"frameworks": [

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.0
13+
m5stack/M5UnitUnified@>=0.4.1
1414

1515
[m5base]
1616
monitor_speed = 115200
@@ -199,7 +199,7 @@ build_flags = ${env.build_flags}
199199
-DM5_LOG_LEVEL=0
200200
-Wl,-Map,output.map
201201

202-
; Require at leaset C++14 after 1.13.0
202+
; Require at least C++14 after 1.13.0
203203
[test_fw]
204204
lib_deps = google/googletest@1.12.1
205205

0 commit comments

Comments
 (0)