Pulled in the latest SystemK (with BLE v0.12) #5
3 changed files with 3 additions and 2 deletions
|
@ -330,7 +330,7 @@ SystemKResult_T BLE_StopAdvertising(void)
|
||||||
|
|
||||||
static void Unquiet_Timer_Callback(TimerHandle_t xTimer)
|
static void Unquiet_Timer_Callback(TimerHandle_t xTimer)
|
||||||
{
|
{
|
||||||
KLOG_INFO(TAG, "Unquiet timer expired after %lu ms.", (xTimerGetPeriod(xTimer) / portTICK_PERIOD_MS));
|
KLOG_INFO(TAG, "Quiet time expired after %lu ms.", (xTimerGetPeriod(xTimer) * portTICK_PERIOD_MS));
|
||||||
BLE_Unquiet();
|
BLE_Unquiet();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c514219ccc3978fa27bb7925a85ce826c37e6e63
|
Subproject commit 1a27af361debcf8e62017f406379f3561e4b2a6e
|
1
managed_components/espressif__mdns/CHECKSUMS.json
Normal file
1
managed_components/espressif__mdns/CHECKSUMS.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue