fix rendering for unset SM values

This commit is contained in:
proddy
2019-06-19 14:41:05 +02:00
parent 1171608d33
commit f320095034
2 changed files with 7 additions and 6 deletions

View File

@@ -1829,7 +1829,8 @@ void ems_getOtherValues() {
}
/**
* returns current thermostat type as a string
* returns current thermostat type as a string
* by looking up the product_id
*/
char * ems_getThermostatDescription(char * buffer) {
uint8_t size = 128;