|
|
@@ -51,6 +51,7 @@ lib_deps = ${nrf52840_me25ls01.lib_deps}
|
|
|
[env:Minewsemi_me25ls01_companion_radio_ble]
|
|
|
extends = me25ls01
|
|
|
build_flags = ${me25ls01.build_flags}
|
|
|
+ -I examples/companion_radio/ui-orig
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
-D BLE_PIN_CODE=123456
|
|
|
@@ -66,6 +67,7 @@ build_flags = ${me25ls01.build_flags}
|
|
|
build_src_filter = ${me25ls01.build_src_filter}
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp>
|
|
|
+<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-orig/*.cpp>
|
|
|
lib_deps = ${me25ls01.lib_deps}
|
|
|
adafruit/RTClib @ ^2.1.3
|
|
|
|
|
|
@@ -146,6 +148,7 @@ lib_deps = ${me25ls01.lib_deps}
|
|
|
[env:Minewsemi_me25ls01_companion_radio_usb]
|
|
|
extends = me25ls01
|
|
|
build_flags = ${me25ls01.build_flags}
|
|
|
+ -I examples/companion_radio/ui-orig
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
;-D BLE_PIN_CODE=123456
|
|
|
@@ -158,7 +161,8 @@ build_flags = ${me25ls01.build_flags}
|
|
|
-D DISPLAY_CLASS=NullDisplayDriver
|
|
|
build_src_filter = ${me25ls01.build_src_filter}
|
|
|
+<helpers/nrf52/*.cpp>
|
|
|
- +<../examples/companion_radio>
|
|
|
+ +<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-orig/*.cpp>
|
|
|
lib_deps = ${me25ls01.lib_deps}
|
|
|
adafruit/RTClib @ ^2.1.3
|
|
|
|