Skip to content

Commit

Permalink
Add OTA decls
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=352d769bbbb12b9eaca15dbb6496a752ba37e9d8
  • Loading branch information
cpq authored and cesantabot committed Jun 26, 2019
1 parent 9fcd98e commit e83cf54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/mgos_ota.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ int mgos_ota_apply_update(void);
int mgos_ota_get_commit_timeout(void);
bool mgos_ota_set_commit_timeout(int commit_timeout);

struct mgos_ota_src_if;
struct mgos_ota_src_ctx;

bool mgos_ota_start(const struct mgos_ota_src_if *src_if,
struct mgos_ota_src_ctx *src_ctx,
const struct mgos_ota_opts *opts);
Expand Down

0 comments on commit e83cf54

Please sign in to comment.