We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695e987 commit 222fcdcCopy full SHA for 222fcdc
2 files changed
library.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/m5stack/M5Unit-RTC.git"
12
},
13
"dependencies": {
14
- "m5stack/M5UnitUnified": ">=0.4.0"
+ "m5stack/M5UnitUnified": ">=0.4.1"
15
16
"version": "0.1.0",
17
"frameworks": [
platformio.ini
@@ -10,7 +10,7 @@ lib_ldf_mode = deep
10
test_framework = googletest
test_build_src = true
lib_deps=m5stack/M5Unified
- m5stack/M5UnitUnified@>=0.4.0
+ m5stack/M5UnitUnified@>=0.4.1
[m5base]
monitor_speed = 115200
@@ -199,7 +199,7 @@ build_flags = ${env.build_flags}
199
-DM5_LOG_LEVEL=0
200
-Wl,-Map,output.map
201
202
-; Require at leaset C++14 after 1.13.0
+; Require at least C++14 after 1.13.0
203
[test_fw]
204
lib_deps = google/googletest@1.12.1
205
0 commit comments