-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
69 lines (42 loc) · 1.46 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2019-04-10 - v0.4.1
+ Add missing namespace on thread scheduling in the wing helpers.
2019-03-08 - v0.4.0
+ Remove scheduling functions as part of cross-platform effort.
+ Add more examples to Travis.
2019-03-05 - v0.3.4
+ Fix trigger logic.
+ Add test target to Makefile.
2019-03-04 - v0.3.3
+ Convert GPS results from DDMM.SSSS to decimal.
+ Support enable, disable, and reset on the RFM95.
2019-02-28 - v0.3.2
+ Add Trigger class.
+ Add more examples.
2019-02-28 - v0.3.1
+ Fix RFM95 constructor.
2019-02-28 - v0.3.0
+ Fix subclassing issue with RFM95.
+ Support formatting a DateTime object directly.
2019-02-28 - v0.2.5
+ Fix Travis CI build.
2019-02-28 - v0.2.4
+ Switch to fork of RadioHead library that supports the M4 boards.
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.
+ Rename AdaLogger class to Adalogger.
2019-02-25 - v0.1.0
+ Initial release.
+ Supported Feathers: M0 (tested against basic and LoRa feathers), M4.
+ Supported Featherwings: Adalogger, OLED, Ultimate GPS.