logging when BLE stops.

This commit is contained in:
Erik Brakkee 2026-05-26 23:48:27 +02:00
parent 4949beae3e
commit 443a88e0f1
2 changed files with 1 additions and 0 deletions

BIN
bridge

Binary file not shown.

View File

@ -78,4 +78,5 @@ func ExposeBluetooth(events <-chan Event) {
logPrintf("bt: watts: %d rpm: %.0f completedRevs: %.0f lastRevTime: %.0f processingTime: %v\n", logPrintf("bt: watts: %d rpm: %.0f completedRevs: %.0f lastRevTime: %.0f processingTime: %v\n",
watts, rpm, completedRevs, lastCompletedRev, time.Now().Sub(now)) watts, rpm, completedRevs, lastCompletedRev, time.Now().Sub(now))
} }
logMsg("BLE advertising stopped")
} }