@@ -78,6 +78,7 @@ lib_deps =
7878extends = Heltec_lora32_v2
7979build_flags =
8080 ${Heltec_lora32_v2.build_flags}
81+ -I examples/companion_radio/ui-new
8182 -D DISPLAY_CLASS =SSD1306Display
8283 -D MAX_CONTACTS =100
8384 -D MAX_GROUP_CHANNELS =8
@@ -87,7 +88,8 @@ build_src_filter = ${Heltec_lora32_v2.build_src_filter}
8788 +<helpers/esp32/*.cpp>
8889 +<helpers/ui/SSD1306Display.cpp>
8990 +<helpers/ui/MomentaryButton.cpp>
90- +<../examples/companion_radio>
91+ +<../examples/companion_radio/*.cpp>
92+ +<../examples/companion_radio/ui-new/*.cpp>
9193lib_deps =
9294 ${Heltec_lora32_v2.lib_deps}
9395 densaugeo/base64 @ ~1.4.0
@@ -96,6 +98,7 @@ lib_deps =
9698extends = Heltec_lora32_v2
9799build_flags =
98100 ${Heltec_lora32_v2.build_flags}
101+ -I examples/companion_radio/ui-new
99102 -D DISPLAY_CLASS =SSD1306Display
100103 -D MAX_CONTACTS =100
101104 -D MAX_GROUP_CHANNELS =8
@@ -108,7 +111,8 @@ build_src_filter = ${Heltec_lora32_v2.build_src_filter}
108111 +<helpers/esp32/*.cpp>
109112 +<helpers/ui/SSD1306Display.cpp>
110113 +<helpers/ui/MomentaryButton.cpp>
111- +<../examples/companion_radio>
114+ +<../examples/companion_radio/*.cpp>
115+ +<../examples/companion_radio/ui-new/*.cpp>
112116lib_deps =
113117 ${Heltec_lora32_v2.lib_deps}
114118 densaugeo/base64 @ ~1.4.0
0 commit comments