Implemented BLE Quiet.

This commit is contained in:
Joe Kearney 2025-07-19 19:20:12 -05:00
parent c514219ccc
commit 1a27af361d
5 changed files with 68 additions and 6 deletions

View file

@ -34,8 +34,7 @@ static TickType_t xBLEConfigurationResponseTimerPeriod = 3000 / portTICK_PERIOD_
static void BLEConfigurationResponseTimerCallback(TimerHandle_t xTimer)
{
// Don't send HELLO packets once configuration has started.
BLE_StopAdvertising();
BLE_UpdateHelloPacket();
}
#define MAX_MENU_DEPTH 10