Skip to content

Commit 4d6e33b

Browse files
authored
Merge pull request #684 from liamcottle/new-ui/heltec-v3-wifi
Add new UI to Heltec v3 WiFi Companion
2 parents 980c344 + 09e45f2 commit 4d6e33b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/heltec_v3/platformio.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lib_deps =
129129
extends = Heltec_lora32_v3
130130
build_flags =
131131
${Heltec_lora32_v3.build_flags}
132+
-I examples/companion_radio/ui-new
132133
-D MAX_CONTACTS=100
133134
-D MAX_GROUP_CHANNELS=8
134135
-D DISPLAY_CLASS=SSD1306Display
@@ -141,7 +142,8 @@ build_src_filter = ${Heltec_lora32_v3.build_src_filter}
141142
+<helpers/ui/SSD1306Display.cpp>
142143
+<helpers/ui/MomentaryButton.cpp>
143144
+<helpers/esp32/*.cpp>
144-
+<../examples/companion_radio>
145+
+<../examples/companion_radio/*.cpp>
146+
+<../examples/companion_radio/ui-new/*.cpp>
145147
lib_deps =
146148
${Heltec_lora32_v3.lib_deps}
147149
densaugeo/base64 @ ~1.4.0

0 commit comments

Comments
 (0)