File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
variants/minewsemi_me25ls01 Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ lib_deps = ${nrf52840_me25ls01.lib_deps}
5151[env:Minewsemi_me25ls01_companion_radio_ble]
5252extends = me25ls01
5353build_flags = ${me25ls01.build_flags}
54+ -I examples/companion_radio/ui-orig
5455 -D MAX_CONTACTS =100
5556 -D MAX_GROUP_CHANNELS =8
5657 -D BLE_PIN_CODE =123456
@@ -66,6 +67,7 @@ build_flags = ${me25ls01.build_flags}
6667build_src_filter = ${me25ls01.build_src_filter}
6768 +<helpers/nrf52/SerialBLEInterface.cpp>
6869 +<../examples/companion_radio/*.cpp>
70+ +<../examples/companion_radio/ui-orig/*.cpp>
6971lib_deps = ${me25ls01.lib_deps}
7072 adafruit/RTClib @ ^2.1.3
7173
@@ -146,6 +148,7 @@ lib_deps = ${me25ls01.lib_deps}
146148[env:Minewsemi_me25ls01_companion_radio_usb]
147149extends = me25ls01
148150build_flags = ${me25ls01.build_flags}
151+ -I examples/companion_radio/ui-orig
149152 -D MAX_CONTACTS =100
150153 -D MAX_GROUP_CHANNELS =8
151154 ; -D BLE_PIN_CODE=123456
@@ -158,7 +161,8 @@ build_flags = ${me25ls01.build_flags}
158161 -D DISPLAY_CLASS =NullDisplayDriver
159162build_src_filter = ${me25ls01.build_src_filter}
160163 +<helpers/nrf52/*.cpp>
161- +<../examples/companion_radio>
164+ +<../examples/companion_radio/*.cpp>
165+ +<../examples/companion_radio/ui-orig/*.cpp>
162166lib_deps = ${me25ls01.lib_deps}
163167 adafruit/RTClib @ ^2.1.3
164168
You can’t perform that action at this time.
0 commit comments