Skip to content

Commit 3ee0119

Browse files
committed
Prep for v2.7
1 parent 83c61be commit 3ee0119

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Firmware/OpenLog_Artemis/OpenLog_Artemis.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,13 @@
151151
Only disable I2C SDA and SCL during sleep when I2C bus is being powered down - thank you @whipple63 #167
152152
Add calibrationConcentration support for the SCD30 - thank you @hotstick #181
153153
Add limited support for the VEML7700 light sensor
154+
155+
v2.7:
156+
Resolve serial logging issue - crash on startup - #182
154157
*/
155158

156159
const int FIRMWARE_VERSION_MAJOR = 2;
157-
const int FIRMWARE_VERSION_MINOR = 6;
160+
const int FIRMWARE_VERSION_MINOR = 7;
158161

159162
//Define the OLA board identifier:
160163
// This is an int which is unique to this variant of the OLA and which allows us
@@ -164,7 +167,7 @@ const int FIRMWARE_VERSION_MINOR = 6;
164167
// the variant * 0x100 (OLA = 1; GNSS_LOGGER = 2; GEOPHONE_LOGGER = 3)
165168
// the major firmware version * 0x10
166169
// the minor firmware version
167-
#define OLA_IDENTIFIER 0x126 // Stored as 294 decimal in OLA_settings.txt
170+
#define OLA_IDENTIFIER 0x127 // Stored as 294 decimal in OLA_settings.txt
168171

169172
//#define noPowerLossProtection // Uncomment this line to disable the sleep-on-power-loss functionality
170173

0 commit comments

Comments
 (0)