What's Changed
- Breaking change: 433.92Mhz is now the default frequency for 433Mhz band - use
radio.setFrequency(433000000)
to revert to 433.0Mhz if needed, see #202 for more details. - Revert redundant pin numbering for ESP32 by @haschler in #185
- Add new getter functions to RFM69 and RFM69 ATC by @brainelectronics in #195
- New examples: TxPowerTest_Transmitter and TxPowerTest_Receiver
New Contributors
Full Changelog: 1.5.2...1.6.0