Changed ble companion max contacts to 400, max channels to 20, and changed pin code to 123456 to enable random generation

This commit is contained in:
pelgraine
2026-01-28 17:49:39 +11:00
parent ff80287a2a
commit 1927e7daa5

View File

@@ -112,9 +112,9 @@ extends = LilyGo_TDeck_Pro
build_flags =
${LilyGo_TDeck_Pro.build_flags}
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=350
-D MAX_GROUP_CHANNELS=40
-D BLE_PIN_CODE=234567
-D MAX_CONTACTS=400
-D MAX_GROUP_CHANNELS=20
-D BLE_PIN_CODE=123456
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${LilyGo_TDeck_Pro.build_src_filter}
+<helpers/esp32/*.cpp>