summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-heartrate.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-01-03 14:41:11 -0500
committerLLLL Colonq <llll@colonq>2025-01-03 14:41:11 -0500
commit83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (patch)
tree01472f7164fa1e3e5c9eae0570d71ff1b52ce751 /src/gizmo/wasp-heartrate.el
parent6628a49b953842a3c358bdf3f5e45284480db0c3 (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 62994680..36fe5b38 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 bpm" (w/get-heartrate)) 'w/heartrate-big)
+ (w/write-line (format "%3d °C" (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)