fix syntax errors

This commit is contained in:
technyon
2023-03-15 21:25:28 +01:00
parent c1d5926b2f
commit bbf396ffe2
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ bool Ota::updateCompleted()
return _updateCompleted;
}
bool Ota::restart()
void Ota::restart()
{
_updateCompleted = false;
_updateStarted = false;