Skip to content

Commit c30a103

Browse files
author
Scott Powell
committed
* WSL3 fixes. Heltec V2 ui-new
1 parent 95c9d17 commit c30a103

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

variants/heltec_v2/platformio.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ lib_deps =
7878
extends = Heltec_lora32_v2
7979
build_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>
9193
lib_deps =
9294
${Heltec_lora32_v2.lib_deps}
9395
densaugeo/base64 @ ~1.4.0
@@ -96,6 +98,7 @@ lib_deps =
9698
extends = Heltec_lora32_v2
9799
build_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>
112116
lib_deps =
113117
${Heltec_lora32_v2.lib_deps}
114118
densaugeo/base64 @ ~1.4.0

variants/heltec_v3/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ build_flags =
214214
; -D MESH_DEBUG=1
215215
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
216216
+<helpers/esp32/*.cpp>
217-
+<../examples/companion_radio>
217+
+<../examples/companion_radio/*.cpp>
218218
lib_deps =
219219
${Heltec_lora32_v3.lib_deps}
220220
densaugeo/base64 @ ~1.4.0
@@ -228,7 +228,7 @@ build_flags =
228228
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
229229
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
230230
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
231-
+<../examples/companion_radio>
231+
+<../examples/companion_radio/*.cpp>
232232
lib_deps =
233233
${Heltec_lora32_v3.lib_deps}
234234
densaugeo/base64 @ ~1.4.0

0 commit comments

Comments
 (0)