You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,11 @@
86
86
(done) Add support for the SGP40 VOC Index sensor
87
87
(done) Add support for the SDP3X Differential Pressure sensor
88
88
(done) Add support for the MS5837 - as used in the BlueRobotics BAR02 and BAR30 water pressure sensors
89
+
(done) Correct an issue which was causing the OLA to crash when waking from sleep and outputting serial data https://github.com/sparkfun/OpenLog_Artemis/issues/79
89
90
*/
90
91
91
92
constint FIRMWARE_VERSION_MAJOR = 1;
92
-
constint FIRMWARE_VERSION_MINOR = 9;
93
+
constint FIRMWARE_VERSION_MINOR = 10;
93
94
94
95
//Define the OLA board identifier:
95
96
// This is an int which is unique to this variant of the OLA and which allows us
@@ -99,7 +100,7 @@ const int FIRMWARE_VERSION_MINOR = 9;
0 commit comments