Skip to content

Releases: dparson55/NRFLite

Compilation warning fixes for ESP32 Core 3

24 Jul 18:43
38d8e8e
Compare
Choose a tag to compare

Just some changes to avoid compiler warnings.

Added Basic_TX_ESP32 example

21 Jun 15:40
Compare
Choose a tag to compare
3.0.3

Version update

Small tweaks to support compilations and address changes

17 Nov 22:18
Compare
Choose a tag to compare
Centralize address prefix to ease customization

Thanks for the suggestions and improvements!

Closes #73

Scan Channel tweak

19 Oct 18:29
Compare
Choose a tag to compare

Small adjustment to scanChannel allowing the user to set how many measurements are performed. Previously it was 255, now the user can pass in their own value up to 255.

Channel scanning refactor

29 Sep 19:34
Compare
Choose a tag to compare

Breaking change from 2.x:

  • printChannel was removed.

Other changes:

  • scanChannel was added.
  • The ChannelScanner example was refactored to use scanChannel.

Added SplitDataAcrossMultiplePackets example

01 Sep 00:48
Compare
Choose a tag to compare

This is an example to help anyone trying to send a single piece of data that will not fit into a single packet. See #51 for the question that lead to this.

Added SAMD Support

09 Aug 04:50
Compare
Choose a tag to compare

Based on a tip in #50.

Improved two-way communication examples

06 Jul 23:08
Compare
Choose a tag to compare
2.4.2

Removed the need to include esp specific code in printChannels

Improved examples

03 Jul 22:35
Compare
Choose a tag to compare
  • Improved the two-way communication examples to help clarify how they work.
  • Removed warning when compiling for ATmega microcontrollers.

ESP32 support

24 Jun 22:44
88c097d
Compare
Choose a tag to compare

Added ESP32 support and example thanks to @bart