add lilygo support

This commit is contained in:
technyon
2023-03-15 21:23:48 +01:00
parent c1d5926b2f
commit 304bea64fb
4 changed files with 11 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;