Skip to content

Releases: ConnorKirkpatrick/E220Lib

Release1.3.5

23 Feb 16:52

Choose a tag to compare

What's Changed

  • Support for E220 modules added
    • Transmitting Power for support E220-900T22D by @AndreiCo14 in #8

Full Changelog: Release1.3.4...Release1.3.5

Minor patch 1.3.4

23 Mar 22:26

Choose a tag to compare

This patch addresses Issue #6 where the RSSI value was not properly mapped to the status output, displaying "Disabled" for any setting of the value.

Release 1.3.3

08 Oct 13:21

Choose a tag to compare

Updated the library to remove some old bugs and correct new behaviours. Thank you to those of found and highlighted issues!

Added: --
Fixed:

  • Library import requested the USB/USBAPI.h header rather than Stream.h
    Altered:
  • Read and Writes; Any method utilising binary data no longer utilises escape character addition

Release 1.3.2

11 Apr 20:01

Choose a tag to compare

Corrected a minor edge case issue in which AVR-based Arduino boards are unable to process the broadcast address of 0xFFFF. Corrected data type from int to unsigned int to ensure support on boards that have 2 byte integer values

Release 1.3.1

11 Apr 18:05
8568154

Choose a tag to compare

Minor update that corrects a change from Stream objects to Serial_ objects. Serial_ utilises UART/USBAPI.h which is unavailable to those using Arduino IDE rather than platformIO. This has been reverted in this minor update.

Release 1.3

09 Apr 20:52

Choose a tag to compare

Overhaul of documentation for the usage of the library. Better instructions are included for both general configuration and specific nuances of the module.
Added new methods to support direct management of the reading and writing of data to the radio module, this should allow new users a better introduction to the modules rather than having to create their own supporting functions.

1.1.2

18 Jun 19:40
00f9eb2

Choose a tag to compare

Full update of the library metadata file for Arduino library management compatibility

Release 1.1.1

18 Jun 12:31

Choose a tag to compare

Release with targeted compatibility for inclusion in the official Arduino libraries repository.

Release 1.1

18 Jun 12:23

Choose a tag to compare

General update of the configuration settings, the printBoardParameters now outputs data that will match up with the global variables used to configure the device, making it easier to compare settings and diagnose faults.
This also includes updates to the example files to ensure they work correctly.

Release 1.0.1

04 Feb 17:03

Choose a tag to compare

Fixed issue in the configuration.ino file:
Added missing semicolon on line 30
Added explanation of software vs hardware serial configuration on line 22