Releases: nRF24/RF24
Releases · nRF24/RF24
v1.3.3
RF24 v1.3.2
Update library.json
RF24 v1.3.1
Notable changes:
- ESP* support improvements
- RPi bugfixes
RF24 v1.3.0
Notable changes:
- flush_tx is now public
- Better Arduino Due support
- disableDynamicPayloads() was added
RF24 v1.2.0
- Make internal delays configurable
There are two main delays in the library:
- txDelay is called during stopListening. This is important when ESB/AA
is enabled, but can be reduced if AA is disabled or if there is a delay
between calling stopListening() and any writes to the radio - csDelay is called every time the CSN/SS SPI pin is toggled to reduce
SPI polling. This can be reduced to 0 if interrupts or timed polling is
taking place.
- Documenation Update
RF24 v1.1.7
Update library.properties
RF24 v1.1.6
- Unified serial baudrate across all examples
- Compiler warnings were fixed
- Python related fixes and improvements
- Other fixes and improvements
RF24 v1.1.5
Bugfixes and improvements.
RF24 v1.1.4
- Python3 related changes.
- Documentation fixes
RF24 v1.1.3
- ATTiny2313/4313 support
- Fix/Update RPi examples
- Support radio.printDetails() for ESP8266 (Tested with nodeMCU 0.9)