Skip to content

Commit

Permalink
Update CHANGELOG and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Feb 28, 2019
1 parent 4fbaef7 commit 6bdaa4e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2019-02-28 - v0.2.3

+ The OLED now supports disabling buttons.
+ The GPS supports overriding the default mode, update frequency,
and baudrate.
+ Add docs.

2019-02-26 - v0.2.2

+ Fix RadioHead dependency name.
+ Remove unused variable from the Feather M4 source.

2019-02-26 - v0.2.1

+ Adalogger supports an RTC-only mode.
+ Add startThread function so users don't have to think
about schedulers if it's not a concern.

2019-02-26 - v0.2.0

+ Add support for RFM95 LoRa.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
featherlib
==========

[![Build Status](https://travis-ci.org/kisom/featherlib.svg?branch=master)](https://travis-ci.org/kisom/featherlib)
[![Documentation Status](https://readthedocs.org/projects/featherlib/badge/?version=latest)](https://featherlib.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/kisom/featherlib.svg?branch=master)](https://travis-ci.org/kisom/featherlib)

[PlatformIO library](https://platformio.org/lib/show/6168/featherlib/)

Expand Down

0 comments on commit 6bdaa4e

Please sign in to comment.