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 59e326f commit 87766d8Copy full SHA for 87766d8
src/ota/implementation/OTAUnoR4.cpp
@@ -105,6 +105,8 @@ OTACloudProcessInterface::State UNOR4OTACloudProcess::flashOTA() {
105
}
106
107
OTACloudProcessInterface::State UNOR4OTACloudProcess::reboot() {
108
+ /* This is never called; the microcontroller reboots in flashOTA state */
109
+ return Resume;
110
111
112
void UNOR4OTACloudProcess::reset() {
0 commit comments