Skip to content

Update 6.4.0

Compare
Choose a tag to compare
@jgromes jgromes released this 14 Jan 19:29
· 469 commits to master since this release
  • [SX128x] Remove double '_RADIOLIB's (by @S5NC)
  • [LoRaWAN] Fix uninitialized variables (by @xNombre)
  • [LoRaWAN] Expose downlink framecounters (by @StevenCellist)
  • [SX123x] Added support for SX1233 (#898)
  • [RF69] Make setMode protected
  • [SX123x] Added missing include
  • [SX123x] Added note about high bit rate mode for SX1233
  • [CC1101] Fixed direct transmit (#911)
  • [LoRaWAN] Fix ABP initialization, support MAC in payload (by @StevenCellist)
  • [SX126x] Allow custom band calibration
  • [LoRaWAN] Revamp internal processing, key checking, new MAC commands, implement DutyCycle & DwellTime (by @StevenCellist)
  • [LoRaWAN] Fix ADR bug if not enabled (by @StevenCellist)
  • [LoRaWAN] Convert setDatarate() and setTxPower() to internal MAC; improve ADR (by @StevenCellist)
  • [RF69] Update RF69.cpp (by @peterus)
  • [SX127x] Update SX127x.cpp (by @peterus)
  • [*] Cleanup private/protected members
  • [LoRaWAN] Rework channel logic (by @StevenCellist)
  • [SX127x] Added setLowBatteryThreshold (#925)
  • [CC1101] Correctly wait for packet end on blocking receive. (by @plietar)