|
|
@@ -37,6 +37,7 @@ extends = LilyGo_TBeam_SX1262
|
|
|
board_build.upload.maximum_ram_size=2000000
|
|
|
build_flags =
|
|
|
${LilyGo_TBeam_SX1262.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
-D BLE_PIN_CODE=123456
|
|
|
@@ -49,7 +50,9 @@ build_flags =
|
|
|
; -D MESH_DEBUG=1
|
|
|
build_src_filter = ${LilyGo_TBeam_SX1262.build_src_filter}
|
|
|
+<helpers/esp32/*.cpp>
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
+<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
lib_deps =
|
|
|
${LilyGo_TBeam_SX1262.lib_deps}
|
|
|
densaugeo/base64 @ ~1.4.0
|