Skip to content

Commit 48a29e6

Browse files
committed
Update change notes
1 parent a3ce44e commit 48a29e6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
======================
33

4+
v2.1
5+
---------
6+
7+
v2.1 is a 'mini' release:
8+
9+
* The compiled binaries for v2.1 are based on v2.2.0 of the Apollo3 core
10+
* Corrects issue [109](https://github.com/sparkfun/OpenLog_Artemis/issues/109)
11+
* Corrects issue [104](https://github.com/sparkfun/OpenLog_Artemis/issues/104)
12+
413
v2.0
514
---------
615

Firmware/OpenLog_Artemis/OpenLog_Artemis.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
111111
(in progress) Update to Apollo3 v2.2.0 - FIRMWARE_VERSION_MAJOR = 2; FIRMWARE_VERSION_MINOR = 1.
112112
(done) Add a fix for issue #109 - check if a BME280 is connected before calling multiplexerBegin: https://github.com/sparkfun/OpenLog_Artemis/issues/109
113+
(done) Correct issue #104. enableSD was redundant. The microSD power always needs to be on if there is a card inserted, otherwise the card pulls
114+
the SPI lines low, preventing communication with the IMU: https://github.com/sparkfun/OpenLog_Artemis/issues/104
113115
*/
114116

115117
const int FIRMWARE_VERSION_MAJOR = 2;

0 commit comments

Comments
 (0)