Adapt the new UI for heltec t190.

Tento commit je obsažen v:
Quency-D
2025-08-28 17:07:33 +08:00
rodič bb63f8165d
revize ec6d119900
3 změnil soubory, kde provedl 6 přidání a 1 odebrání
+3 -1
Zobrazit soubor
@@ -44,6 +44,7 @@ lib_deps =
extends = Heltec_Vision_Master_T190_base
build_flags =
${Heltec_Vision_Master_T190_base.build_flags}
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
@@ -51,7 +52,8 @@ build_flags =
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_Vision_Master_T190_base.build_src_filter}
+<helpers/esp32/*.cpp>
+<../examples/companion_radio>
+<../examples/companion_radio/*.cpp>
+<../examples/companion_radio/ui-new/*.cpp>
lib_deps =
${Heltec_Vision_Master_T190_base.lib_deps}
densaugeo/base64 @ ~1.4.0