We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63592f1 commit 78e8155Copy full SHA for 78e8155
platformio.ini
@@ -10,7 +10,7 @@ lib_ldf_mode = deep
10
test_framework = googletest
11
test_build_src = true
12
lib_deps=m5stack/M5Unified
13
- m5stack/M5UnitUnified
+ m5stack/M5UnitUnified@>=0.1.0
14
15
; --------------------------------
16
[m5base]
@@ -791,7 +791,7 @@ build_flags = ${option_release.build_flags}
791
;SimpleDisplay (UnitToF90)
792
[env:UnitToF90_SimpleDisplay_Core_Arduino_latest]
793
extends=Core, option_release, arduino_latest
794
-[build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/SimpleDisplay>
+build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/SimpleDisplay>
795
build_flags = ${option_release.build_flags}
796
-D USING_UNIT_TOF90
797
0 commit comments