Add temperature macro
This commit is contained in:
parent
22a0c86d15
commit
4b13827803
@ -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 ^
|
||||||
|
Loading…
Reference in New Issue
Block a user