We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eb0ca commit 59e326fCopy full SHA for 59e326f
src/ota/implementation/OTAUnoR4.cpp
@@ -58,8 +58,6 @@ OTACloudProcessInterface::State UNOR4OTACloudProcess::startOTA() {
58
}
59
60
OTACloudProcessInterface::State UNOR4OTACloudProcess::fetch() {
61
- int ota_err = OTAUpdate::OTA_ERROR_NONE;
62
-
63
String fv = WiFi.firmwareVersion();
64
if(fv >= "0.5.0") {
65
auto progress = ota.downloadProgress();
0 commit comments