You've already forked M5Unit-RTC
mirror of
https://github.com/m5stack/M5Unit-RTC.git
synced 2026-05-20 10:33:20 -07:00
Update M5UnitUnified dependency to >=0.4.1 and fix typo in platformio.ini
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user