adds selfupdater
This commit is contained in:
Stephan Mühl
2023-03-23 22:55:42 +01:00
committed by GitHub
parent a8eb631355
commit ea328070a1

View File

@@ -10,7 +10,6 @@
void update_started()
{
}
void update_finished()
@@ -121,4 +120,4 @@ int FirmwareVersionCheck(void)
}
}
return 0;
}
}