We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7208065 commit a2e1d68Copy full SHA for a2e1d68
Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
@@ -94,10 +94,11 @@
94
(done) Add minimum awake time: https://github.com/sparkfun/OpenLog_Artemis/issues/83
95
(done) Add support for the Pulse Oximeter: https://github.com/sparkfun/OpenLog_Artemis/issues/81
96
(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
98
*/
99
100
const int FIRMWARE_VERSION_MAJOR = 1;
-const int FIRMWARE_VERSION_MINOR = 11;
101
+const int FIRMWARE_VERSION_MINOR = 12;
102
103
//Define the OLA board identifier:
104
// This is an int which is unique to this variant of the OLA and which allows us
0 commit comments