handle OTA aborted cases

This commit is contained in:
technyon
2023-02-11 10:28:11 +01:00
parent 1181c821a7
commit b91908343d
2 changed files with 24 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ enum class RestartReason
ConfigurationUpdated,
RestartTimer,
OTATimeout,
OTAAborted,
OTAUnknownState,
DeviceUnpaired,
};