testing versxion (bat)

This commit is contained in:
2025-11-29 17:18:08 -07:00
parent fd2c98033c
commit ad6c6f805f
3 changed files with 7 additions and 24 deletions
+4 -4
View File
@@ -44,17 +44,17 @@ menu "PrincessPiTracker Config"
help
Enable this option to use a random MAC address for BLE advertising instead of the public MAC address.
config DEEP_SLEEP_BURST_MODE
configT_MODE
bool "Enable Deep Sleep Burst Mode"
default y
help
Enable this option to wake up, send multiple advertisements in a burst, then go back to deep sleep.
config DEEP_SLEEP_BURST_COUNT
configT_COUNT
int "Number of Advertisements per Burst"
default 4
range 1 100
depends on DEEP_SLEEP_BURST_MODE
depends onT_MODE
help
Int number of advertisements to send per burst min 1 max 100
@@ -62,7 +62,7 @@ menu "PrincessPiTracker Config"
int "Deep Sleep Duration in seconds"
default 120
range 0 86400
depends on DEEP_SLEEP_BURST_MODE
depends onT_MODE
help
Int number of seconds (s) to deep sleep between advertisement cycles min 0 max 86400 (24 hours)