external sensors minor changes in display settings

This commit is contained in:
Paul
2019-10-06 17:34:30 +02:00
parent cbd205fce5
commit 3638a50b8e
4 changed files with 16 additions and 9 deletions

View File

@@ -112,6 +112,7 @@ char * DS18::getDeviceString(char * buffer, unsigned char index) {
strlcpy(buffer, "Unknown", size);
}
/*
char a[30] = {0};
snprintf(a,
sizeof(a),
@@ -127,6 +128,7 @@ char * DS18::getDeviceString(char * buffer, unsigned char index) {
_gpio);
strlcat(buffer, a, size);
*/
} else {
strlcpy(buffer, "invalid", size);
}