Releases: ConnorKirkpatrick/E220Lib
Release1.3.5
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
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
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
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
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
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
Full update of the library metadata file for Arduino library management compatibility
Release 1.1.1
Release with targeted compatibility for inclusion in the official Arduino libraries repository.
Release 1.1
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
Fixed issue in the configuration.ino file:
Added missing semicolon on line 30
Added explanation of software vs hardware serial configuration on line 22