We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 980c344 + 09e45f2 commit 4d6e33bCopy full SHA for 4d6e33b
variants/heltec_v3/platformio.ini
@@ -129,6 +129,7 @@ lib_deps =
129
extends = Heltec_lora32_v3
130
build_flags =
131
${Heltec_lora32_v3.build_flags}
132
+ -I examples/companion_radio/ui-new
133
-D MAX_CONTACTS=100
134
-D MAX_GROUP_CHANNELS=8
135
-D DISPLAY_CLASS=SSD1306Display
@@ -141,7 +142,8 @@ build_src_filter = ${Heltec_lora32_v3.build_src_filter}
141
142
+<helpers/ui/SSD1306Display.cpp>
143
+<helpers/ui/MomentaryButton.cpp>
144
+<helpers/esp32/*.cpp>
- +<../examples/companion_radio>
145
+ +<../examples/companion_radio/*.cpp>
146
+ +<../examples/companion_radio/ui-new/*.cpp>
147
lib_deps =
148
${Heltec_lora32_v3.lib_deps}
149
densaugeo/base64 @ ~1.4.0
0 commit comments