Skip to content

Commit

Permalink
Add OTA.{Begin,Write,End}
Browse files Browse the repository at this point in the history
CL: Add OTA.{Begin,Write,End}

PUBLISHED_FROM=2b202f4b7a76f3a3c9a9c02b65c6cde86754cb72
  • Loading branch information
cpq authored and cesantabot committed Jun 15, 2018
1 parent 57ae93c commit 2110ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/src/mgos_updater_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ void mgos_upd_set_event_cb(mgos_upd_event_cb cb, void *cb_arg) {
const char *mgos_ota_state_str(enum mgos_ota_state state) {
switch (state) {
case MGOS_OTA_STATE_NONE:
return "";
return "not initialised";
case MGOS_OTA_STATE_INIT:
return "init";
case MGOS_OTA_STATE_BEGIN:
Expand Down

0 comments on commit 2110ea5

Please sign in to comment.