v1.0.3
* HAL: Fixed scheduled downlink time precision by taking the tx start delay into account. * HAL: Fixed timestamp correction calculation for BW250 & BW500 * HAL: Fixed possible buffer overflow in lgw_receive() function * HAL: Keep packet received in RX buffer when the buffer allocated to receive the packets is too small. Remaining packets will be fetched on the next lgw_receive calls (aligned on SX1301 behaviour).
This commit is contained in:
parent
df5cf56b74
commit
5942224602
10 changed files with 217 additions and 122 deletions
10
readme.md
10
readme.md
|
|
@ -161,6 +161,16 @@ found in the `libtools` directory.
|
|||
|
||||
## 6. Changelog
|
||||
|
||||
### v1.0.3 ###
|
||||
|
||||
* HAL: Fixed scheduled downlink time precision by taking the tx start delay into
|
||||
account.
|
||||
* HAL: Fixed timestamp correction calculation for BW250 & BW500
|
||||
* HAL: Fixed possible buffer overflow in lgw_receive() function
|
||||
* HAL: Keep packet received in RX buffer when the buffer allocated to receive
|
||||
the packets is too small. Remaining packets will be fetched on the next
|
||||
lgw_receive calls (aligned on SX1301 behaviour).
|
||||
|
||||
### v1.0.2 ###
|
||||
|
||||
* Fixed compilation warnings reported by latest versions of GCC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue