summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-heartrate.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-01-14 01:59:14 -0500
committerLLLL Colonq <llll@colonq>2025-01-14 01:59:14 -0500
commitd293e0a48427a224e4d3c4c4099b604d59ccabcf (patch)
tree38a8a57150a35eec49dc8a29eb1dda8530721299 /src/gizmo/wasp-heartrate.el
parent83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (diff)
Update
Diffstat (limited to 'src/gizmo/wasp-heartrate.el')
-rw-r--r--src/gizmo/wasp-heartrate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gizmo/wasp-heartrate.el b/src/gizmo/wasp-heartrate.el
index 36fe5b38..62994680 100644
--- a/src/gizmo/wasp-heartrate.el
+++ b/src/gizmo/wasp-heartrate.el
@@ -56,7 +56,7 @@
(setq-local cursor-type nil)
(let* ((inhibit-read-only t))
(erase-buffer)
- (w/write-line (format "%3d °C" (w/get-heartrate)) 'w/heartrate-big)
+ (w/write-line (format "%3d bpm" (w/get-heartrate)) 'w/heartrate-big)
(w/write (format "arbitrary counter: %s times" w/chat-bpm-count) 'w/heartrate-small))))
(defvar w/heartrate-timer nil)