From 496f52a39ef83df283dba85f2f7bf8e0c82359c8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 29 Nov 2025 16:57:05 -0700 Subject: [PATCH] testing versxion (bat) --- main/Kconfig.projbuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index ee27ed6..7ba21b9 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -1,16 +1,16 @@ menu "PrincessPiTracker Config" config ADVERTISEMENT_INTERVAL int "Interval between advertisements in milliseconds" - default 40 + default 100 range 12 10240 help Int number of milliseconds (ms) in between advertisements min 12 max 10240 - 40 for max delay with 10ms random + 100 for max delay with 10ms random 200 for deep sleep burst mode config ADVERTISEMENT_INTERVAL_JITTER_MS int "Max Jitter to add to Advertisement Interval in milliseconds" - default 0 + default 10 range 0 500 help Int number of milliseconds (ms) max jitter to add to advertisement interval min 0 max 2000 @@ -52,7 +52,7 @@ menu "PrincessPiTracker Config" config DEEP_SLEEP_BURST_COUNT int "Number of Advertisements per Burst" - default 4 + default 3 range 1 100 depends on DEEP_SLEEP_BURST_MODE help