Skip to content

Commit

Permalink
Upload ota-update 4.2.1.1005 [2542]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Jun 28, 2024
1 parent d7da5cc commit c46c41f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ See the [README.md](./README.md) for a complete description of the OTA library.

## Changelog

### v4.2.1

- Minor Documentation updates.

### v4.2.0

- Added support for CYW955913EVK-01 kit.
Expand Down Expand Up @@ -78,7 +82,7 @@ This version of the library was validated for compatibility with the following s
| - ModusToolbox™ Device Configurator | 4.20 |
| - ModusToolbox™ Bluetooth Configurator | 2.90 |
| - ModusToolbox™ CapSense Configurator / Tuner tools | 6.20.0 |
| Peripheral Driver Library (PDL CAT1) | 3.10.0 |
| Peripheral Driver Library (PDL CAT1) | 3.11.0 |
| GCC Compiler | 11.3.1 |
| IAR Compiler | 9.40.2 |
| Arm Compiler 6 | 6.16 |
2 changes: 1 addition & 1 deletion source/cy_ota_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ cy_rslt_t cy_ota_http_connect(cy_ota_context_t *ctx)
if(result != CY_RSLT_SUCCESS)
{
cy_ota_log_msg(CYLF_MIDDLEWARE, CY_LOG_ERR, "%s() cy_http_client_connect() failed %d.\n", __func__, result);
cy_http_client_delete(&ctx->http.connection);
cy_http_client_delete(ctx->http.connection);
cy_http_client_deinit();
return CY_RSLT_OTA_ERROR_CONNECT;
}
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>4.2.0.991</version>
<version>4.2.1.1005</version>

0 comments on commit c46c41f

Please sign in to comment.