Add temperature macro
This commit is contained in:
		@@ -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 ^
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user