doc: release-notes: mention API change for lorawan_send
The message type parameter was changed to the more explicit enum. Existing code with unconfirmed message type has to be updated. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
b6a907dd89
commit
565fc4d29c
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ API Changes
|
|||
Changes in this release
|
||||
=======================
|
||||
|
||||
* LoRaWAN: The message type parameter in :c:func:`lorawan_send` was changed
|
||||
from ``uint8_t`` to ``enum lorawan_message_type``. If ``0`` was passed for
|
||||
unconfirmed message, this has to be changed to ``LORAWAN_MSG_UNCONFIRMED``.
|
||||
|
||||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue