Update M5UnitUnified dependency to >=0.4.1 and fix typo in platformio.ini

This commit is contained in:
GOB
2026-03-06 02:53:08 +09:00
parent 695e987999
commit 222fcdc649
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"url": "https://github.com/m5stack/M5Unit-RTC.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.0"
"m5stack/M5UnitUnified": ">=0.4.1"
},
"version": "0.1.0",
"frameworks": [
+2 -2
View File
@@ -10,7 +10,7 @@ lib_ldf_mode = deep
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}
-DM5_LOG_LEVEL=0
-Wl,-Map,output.map
; Require at leaset C++14 after 1.13.0
; Require at least C++14 after 1.13.0
[test_fw]
lib_deps = google/googletest@1.12.1