From 2ad02f49e6d790c27085634747afe0d1e5d5e03b Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:05:19 +1100 Subject: [PATCH] =?UTF-8?q?=E2=80=9CFixed=20the=20max=20contacts=20400,=20?= =?UTF-8?q?max=20channels=2020,=20pin=20back=20to=20123456=20for=20randomi?= =?UTF-8?q?sation=20that=20somehow=20got=20lost=20in=20the=20merge=20from?= =?UTF-8?q?=20dev=20to=20main=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variants/lilygo_tdeck_pro/platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variants/lilygo_tdeck_pro/platformio.ini b/variants/lilygo_tdeck_pro/platformio.ini index 36fca674..31b18797 100644 --- a/variants/lilygo_tdeck_pro/platformio.ini +++ b/variants/lilygo_tdeck_pro/platformio.ini @@ -113,9 +113,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} +