Releases: TMRh20/nrf_to_nrf
Releases · TMRh20/nrf_to_nrf
v1.2.13
v1.2.12
What's Changed
- Adjust available function to let the radio receive more data immediately by @TMRh20 in #22
- Adjust begin & get RSSI function by @TMRh20 in #23
- Remove the
radioConfigured
variable so the radio will be reconfigured every time begin() is called like with RF24 - Add
getRSSI()
function - remove
begin()
frompowerUp()
function, as users will typically callbegin()
afterward - Set DPL to false in
begin()
, remove frompowerDown()
function.
- Remove the
Full Changelog: v1.2.11...v1.2.12
v1.2.11
What's Changed
- Do not set LFCLKSRC as it will hang if no external crystal is present by @tobigun in #15
- Add support for 250kbps mode by @tobigun in #17
- Add support for nRF52805 by @tobigun in #16
- Static payload with no ack does not have packet counter by @tobigun in #18
- Do not enforce tinyusb for serial if MBED is not defined by @tobigun in #20
- Adjust ack timeouts by @TMRh20 in #21
New Contributors
Full Changelog: v1.2.10...v1.2.11
v1.2.10
What's Changed
- Modify available function: Return when DPL packet is to big
- Fix scanner example
- Include Adafruit_TinyUSB.h for non-mbed cores
- Call setAutoAck(1) instead of manually setting acks per pipe during initialization
- Define out variable that is only used when encryption enabled
- Simplify logic for DPL length handling
- Increase delay before sending an ACK, it seems 55us is the minimum, while 75us provides consistency
Full Changelog: v1.2.9...v1.2.10
v1.2.9
v1.2.8
- Fix for open reading pipes
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Fix compiler warnings by @ScottDuckworth in #11
New Contributors
- @ScottDuckworth made their first contribution in #11
TMRh20:
- Update README & examples
- Update PA Level info in docs
- Fix for write()
- Fix for available()
- Fix for CRC disabled
- Fix for readingPipe0
Full Changelog: v1.2.6...v1.2.7