Browse Source
Merge pull request #1313 from recrof/thinknode_m6_companion_fix
fix compilation errors for m6 companion roles
pull/1320/head
ripplebiz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
variants/thinknode_m6/platformio.ini
|
|
@ -90,7 +90,6 @@ build_src_filter = ${ThinkNode_M6.build_src_filter} |
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
+<../examples/companion_radio/*.cpp> |
|
|
+<../examples/companion_radio/*.cpp> |
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${ThinkNode_M6.lib_deps} |
|
|
${ThinkNode_M6.lib_deps} |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
@ -113,7 +112,6 @@ build_src_filter = ${ThinkNode_M6.build_src_filter} |
|
|
+<helpers/ui/buzzer.cpp> |
|
|
+<helpers/ui/buzzer.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
+<../examples/companion_radio/*.cpp> |
|
|
+<../examples/companion_radio/*.cpp> |
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${ThinkNode_M6.lib_deps} |
|
|
${ThinkNode_M6.lib_deps} |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|