// // Created by misaki on 2025/9/4. // #pragma once #include "esp_err.h" /* 一键启动 OTA(阻塞,内部建 Task) */ esp_err_t app_ota_start(const char *url); /* 获取当前运行版本号(返回静态指针) */ const char *app_ota_current_version(void);