chore: migrate project into clean repository

This commit is contained in:
yuuux
2026-08-13 16:50:52 +08:00
commit d1d25a09e7
27405 changed files with 9422808 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#include "ota_manager.h"
struct model_ota_cb {
void (*on_ota_state_change)(const ota_state_t *state, void *arg);
};
int model_ota_init(void);
int model_ota_cb_register(const struct model_ota_cb *cb, void *arg);
int model_ota_cb_unregister(const struct model_ota_cb *cb);