Add blisp_easy, many improvements, adds iot single download feature

This commit is contained in:
Marek Kraus
2023-01-07 23:25:42 +01:00
parent ed2c9b80b8
commit 59cf5fb038
12 changed files with 430 additions and 140 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ int32_t blisp_device_handshake(struct blisp_device* device, bool in_ef_loader) {
}
}
}
blisp_dlog("Received no response from chip");
blisp_dlog("Received no response from chip.");
return BLISP_ERR_NO_RESPONSE;
}