Bump M5UnitUnified dependency to 0.4.4 and align platformio.ini with template

This commit is contained in:
GOB
2026-03-23 15:33:58 +09:00
parent dd5a22bc6f
commit 7eb7cad3fb
3 changed files with 7 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"url": "https://github.com/m5stack/M5Unit-METER.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.1"
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.2.1",
"frameworks": [
+1 -1
View File
@@ -3,7 +3,7 @@ version=0.2.1
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack UNIT METER using M5UnitUnified
paragraph=See more on http://M5Stack.com
paragraph=Supports AMeter (U086), VMeter (U087), KmeterISO (U133-V11), DualKmeter (M127), INA226-10A/1A (U200) units.
category=Device Control
url=https://github.com/m5stack/M5Unit-METER
architectures=esp32
+5 -18
View File
@@ -12,7 +12,7 @@ lib_ldf_mode = deep
test_framework = googletest
test_build_src = true
lib_deps=m5stack/M5Unified
m5stack/M5UnitUnified@>=0.4.1
m5stack/M5UnitUnified@>=0.4.4
; --------------------------------
[m5base]
@@ -55,17 +55,20 @@ lib_deps = ${env.lib_deps}
m5stack/M5Dial
[Atom]
;include AtomMatrix,AtomLite,AtomU
extends = m5base
board = m5stack-atom
lib_deps = ${env.lib_deps}
[AtomS3]
;include AtomEchoS3R,AtomS3Lite,AtomS3U
extends = m5base
board = m5stack-atoms3
lib_deps = ${env.lib_deps}
; Using ./boards/m5stack-atoms3r.json
[AtomS3R]
;include AtomEchoS3R
extends = m5base
board = m5stack-atoms3r
lib_deps = ${env.lib_deps}
@@ -154,18 +157,6 @@ lib_deps = ${env.lib_deps}
platform = espressif32 @ 6.12.0
framework = arduino
[arduino_6_8_1]
platform = espressif32 @ 6.8.1
framework = arduino
[arduino_6_6_0]
platform = espressif32 @ 6.6.0
framework = arduino
[arduino_6_0_1]
platform = espressif32 @ 6.0.1
framework = arduino
[nanoc6_latest]
platform = espressif32 @ 6.12.0
platform_packages =
@@ -177,10 +168,6 @@ framework = arduino
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.36/platform-espressif32.zip
framework = arduino
[esp-idf]
platform = espressif32 @ 6.12.0
framework = espidf
; --------------------------------
;Choose build options
[option_release]
@@ -215,6 +202,6 @@ 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