Write directly

This commit is contained in:
jpirnay
2026-04-21 18:27:59 +02:00
parent df171560db
commit f6f18dcf15
3 changed files with 78 additions and 5 deletions
+3
View File
@@ -52,4 +52,7 @@ class OtaUpdater {
void cancelUpdate();
void cleanupUpdate();
OtaUpdaterError installUpdate();
private:
static int forceSetOtaBootPartition();
};