Releases: nRF24/RF24
Releases · nRF24/RF24
v1.3.5
Linux:
Support multiple instances of SPIDEV
Minor fixes/changes
Arduino:
Fix ESP32 progmem error/warning
Cleanup/Update some examples & printf usage
Revert compatibility changes for digitalWrite required due to the new API due to support being added for the 'old' methods
Minor bug fixes
v1.3.4
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.