From 4b13827803a38f024ddf79b5da91533c1715019d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Tue, 2 Apr 2024 15:59:06 +0200 Subject: [PATCH] Add temperature macro --- src/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.h b/src/util.h index eee23a7..af00a96 100644 --- a/src/util.h +++ b/src/util.h @@ -60,6 +60,7 @@ enum class Macros { Beep1 = 'q', Beep2 = 'r', Beep3 = 's', + Temperature = 'H', }; // symbols should be inserted as string representations of their numeric value prefixed by ^