ota.h 112 B

12345
  1. #pragma once
  2. #include "common.h"
  3. esp_err_t esp_ota_update(read_func_t read_func, token_t token, size_t size);