|
|
|
@ -34,7 +34,6 @@ build_flags = ${esp32_base.build_flags} |
|
|
|
build_src_filter = ${esp32_base.build_src_filter} |
|
|
|
+<helpers/ui/SH1106Display.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../variants/thinknode_m2> |
|
|
|
lib_deps = ${esp32_base.lib_deps} |
|
|
|
adafruit/Adafruit SH110X @ ~2.1.13 |
|
|
|
@ -144,6 +143,7 @@ build_flags = |
|
|
|
build_src_filter = ${ThinkNode_M2.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
@ -162,6 +162,7 @@ build_flags = |
|
|
|
build_src_filter = ${ThinkNode_M2.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
@ -183,6 +184,7 @@ build_flags = |
|
|
|
build_src_filter = ${ThinkNode_M2.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
@ -197,18 +199,20 @@ build_flags = |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D SERIAL_TX=D6 |
|
|
|
-D SERIAL_RX=D7 |
|
|
|
-D SERIAL_TX=43 |
|
|
|
-D SERIAL_RX=44 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ThinkNode_M2.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${ThinkNode_M2.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
|
|
|
|
|
[env:ThinkNode_M2_kiss_modem] |
|
|
|
extends = ThinkNode_M2 |
|
|
|
|