Add temperature macro

This commit is contained in:
Fabian Müller 2024-04-02 15:59:06 +02:00
parent 22a0c86d15
commit 4b13827803

View File

@ -60,6 +60,7 @@ enum class Macros {
Beep1 = 'q', Beep1 = 'q',
Beep2 = 'r', Beep2 = 'r',
Beep3 = 's', Beep3 = 's',
Temperature = 'H',
}; };
// symbols should be inserted as string representations of their numeric value prefixed by ^ // symbols should be inserted as string representations of their numeric value prefixed by ^