Skip to content

Commit

Permalink
Change return type of add() API to esp_err from endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 authored and PSONALl committed Oct 27, 2023
1 parent 8b28a13 commit 5f79a45
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 210 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ Features
- RainMaker integration.
- Zigbee to Matter and BLE Mesh to Matter Bridge.

# 25-Sep-2023

API Change

```
esp_err_t add(endpoint_t *endpoint, config_t *config)
```
- Above API returns the esp_err instread of endpoint.

Known Issues
------------
- BLE memory is not freed if the device has already been commissioned on bootup.
Expand Down
Loading

0 comments on commit 5f79a45

Please sign in to comment.