We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027b897 commit 040e8afCopy full SHA for 040e8af
examples/OTAUpdate/OTAUpdate.ino
@@ -79,7 +79,7 @@ bool handleOTAUpdate(const String& url, int major, int minor, int patch, bool fo
79
return true;
80
} else {
81
String result = "Current version is up to date.";
82
- SinricPro.setResponseMessage(result);
+ SinricPro.setResponseMessage(std::move(result));
83
Serial.println(result);
84
return false;
85
}
0 commit comments