diff --git a/bridge b/bridge deleted file mode 100755 index d517d58..0000000 Binary files a/bridge and /dev/null differ diff --git a/cmd/bridge/bluetooth.go b/cmd/bridge/bluetooth.go index 6f3ff11..2156f61 100644 --- a/cmd/bridge/bluetooth.go +++ b/cmd/bridge/bluetooth.go @@ -78,4 +78,5 @@ func ExposeBluetooth(events <-chan Event) { logPrintf("bt: watts: %d rpm: %.0f completedRevs: %.0f lastRevTime: %.0f processingTime: %v\n", watts, rpm, completedRevs, lastCompletedRev, time.Now().Sub(now)) } + logMsg("BLE advertising stopped") }