disable all automatic restarts when OTA has started

This commit is contained in:
technyon
2022-07-21 18:31:46 +02:00
parent 2ade696e8b
commit a24bb4b0c2
9 changed files with 35 additions and 7 deletions

View File

@@ -33,3 +33,8 @@ void Ota::updateFirmware(uint8_t* buf, size_t size)
}
}
}
bool Ota::updateStarted()
{
return _updateStarted;
}