add air firmware upgrade support

This commit is contained in:
Dmitry Borisenko
2020-03-04 00:27:35 +03:00
parent a6117db46e
commit f8a50e09b7
5 changed files with 161 additions and 61 deletions

View File

@@ -137,8 +137,7 @@ String getURL(String urls) {
if (httpCode == HTTP_CODE_OK) {
answer = http.getString();
}
else
{
else {
answer = "error";
}
http.end();