From f436f5ba50881a6f5d39c78d0a6d3757012e6c6c Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:18:29 +1000 Subject: [PATCH] t5s3 contact limit fix --- variants/lilygo_t5s3_epaper_pro/platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variants/lilygo_t5s3_epaper_pro/platformio.ini b/variants/lilygo_t5s3_epaper_pro/platformio.ini index 3b97a3b6..e37bb1d0 100644 --- a/variants/lilygo_t5s3_epaper_pro/platformio.ini +++ b/variants/lilygo_t5s3_epaper_pro/platformio.ini @@ -77,7 +77,7 @@ extends = LilyGo_T5S3_EPaper_Pro build_flags = ${LilyGo_T5S3_EPaper_Pro.build_flags} -I examples/companion_radio/ui-new - -D MAX_CONTACTS=1500 + -D MAX_CONTACTS=2000 -D MAX_GROUP_CHANNELS=20 -D OFFLINE_QUEUE_SIZE=1 -D CHANNEL_MSG_HISTORY_SIZE=800 @@ -111,7 +111,7 @@ extends = LilyGo_T5S3_EPaper_Pro build_flags = ${LilyGo_T5S3_EPaper_Pro.build_flags} -I examples/companion_radio/ui-new - -D MAX_CONTACTS=510 + -D MAX_CONTACTS=2000 -D MAX_GROUP_CHANNELS=20 -D BLE_PIN_CODE=123456 -D OFFLINE_QUEUE_SIZE=256 @@ -144,7 +144,7 @@ extends = LilyGo_T5S3_EPaper_Pro build_flags = ${LilyGo_T5S3_EPaper_Pro.build_flags} -I examples/companion_radio/ui-new - -D MAX_CONTACTS=1500 + -D MAX_CONTACTS=2000 -D MAX_GROUP_CHANNELS=20 -D MECK_WIFI_COMPANION=1 -D MECK_WEB_READER=1