Skip to content

Commit a2e1d68

Browse files
committed
v1.12 BETA
1 parent 7208065 commit a2e1d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/OpenLog_Artemis/OpenLog_Artemis.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@
9494
(done) Add minimum awake time: https://github.com/sparkfun/OpenLog_Artemis/issues/83
9595
(done) Add support for the Pulse Oximeter: https://github.com/sparkfun/OpenLog_Artemis/issues/81
9696
(won't do?) Add support for the Qwiic Button. The QB uses clock-stretching and the Artemis really doesn't enjoy that...
97+
(done) Increase DMP data resolution to five decimal places https://github.com/sparkfun/OpenLog_Artemis/issues/90
9798
*/
9899

99100
const int FIRMWARE_VERSION_MAJOR = 1;
100-
const int FIRMWARE_VERSION_MINOR = 11;
101+
const int FIRMWARE_VERSION_MINOR = 12;
101102

102103
//Define the OLA board identifier:
103104
// This is an int which is unique to this variant of the OLA and which allows us

0 commit comments

Comments
 (0)