Bugfix if the device is not found
This commit is contained in:
parent
177c776024
commit
2be36e0fe1
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ char *TelldusSettings::getStringSetting(int intDeviceId, const char* name, bool
|
||||||
return strReturn;
|
return strReturn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TelldusSettings::setStringSetting(int intDeviceId, const char* name, const char *value, bool parameter) {
|
bool TelldusSettings::setStringSetting(int intDeviceId, const char* name, const char *value, bool parameter) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue