Skip to content

v3.5

Compare
Choose a tag to compare
@Ludovic-Lesur Ludovic-Lesur released this 22 Mar 14:11
· 1 commit to master since this release

v3.5 - 22 Mar 2024

Added

  • Add sigfox_rc.c and sigfox_types.c files to define constants and optimize memory footprint when including these files multiple times (extern instead of static).
  • Add SX126X RF API support in cmake.

Fixed

  • Add missing NVM writing operation in case of error during message transmission.
  • Add missing cast on temperature field computation for control frames.
  • Fix compilation issue in SIGFOX_EP_API_open() function.
  • Fix compilation issue in bitstream driver.

Changed

  • Rename RCx compilation flags into RCx_ZONE for Microchip MCUs compatibility.

Removed

  • Remove EP-ID check when using test API.