Skip to content

Releases: beegee-tokyo/SX126x-Arduino

Fix P2P RX timeout callback fails

24 Feb 12:28
Compare
Choose a tag to compare

Fix callbacks for P2P RX and TX timeout not being called

Add support for the Arduino Pico BSP

15 Dec 04:36
Compare
Choose a tag to compare

Added support for the RAK11300 in arduino-pico BSP still experimental

IRQ_HEADER_ERROR should issue RX error, not RX timeout

22 Nov 02:55
Compare
Choose a tag to compare

Change behaviour of IRQ_HEADER_ERROR, thanks to @JeromeBriot

Some fixes

01 Oct 13:00
Compare
Choose a tag to compare
  • Fix public/private network always public
  • Add option to restart MAC stack to change e.g. region without re-init timers

Add MAC counter reset function

27 Aug 04:29
Compare
Choose a tag to compare
2.0.20

Add MAC counter reset function

Fix the release mess (hopefully)

16 May 08:46
Compare
Choose a tag to compare
2.0.19

Prepare for new release.

Fix typo in RadioTimeOnAir for FSK

16 May 08:03
Compare
Choose a tag to compare
2.0.18

Prepare for release

Enhancement

16 May 01:38
Compare
Choose a tag to compare

Improve RadioTimeOnAir for FSK, thanks to @mikedupi

Fix Confirmed message bug

17 Apr 06:52
Compare
Choose a tag to compare
  • Fix runtime problem in LoRaMacHelper, thanks to @avillacis

Several fixes and improvements

28 Jan 07:24
Compare
Choose a tag to compare
  • Updated examples, thanks to @DanielBustillos
  • Cleanup RAK4630 initialization
  • Add lmh_getConfRetries() to readback the confirmed package retry setting
  • Make RX timeout configurable with #define RXTIMEOUT_LORA_MAX, thanks to @kisChang
  • Add set default RX gain in SX126xSertRx, thanks to @kisChang
  • Allow change of TCXO control with hwConfig structure, thanks to @dberlin
  • Add confirmed failed callback if the degraded datarate becomes insufficient to transmit the payload length, thanks to @avillacis