From 6abe09780edff52375faf5c52c61b88758e6712a Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 14 May 2024 16:45:48 +0100 Subject: [PATCH] Add //#define noPowerLossProtection --- .../OpenLog_Artemis_Geophone_Logger.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Firmware/OpenLog_Artemis_Geophone_Logger/OpenLog_Artemis_Geophone_Logger.ino b/Firmware/OpenLog_Artemis_Geophone_Logger/OpenLog_Artemis_Geophone_Logger.ino index bc92780..42a23f4 100644 --- a/Firmware/OpenLog_Artemis_Geophone_Logger/OpenLog_Artemis_Geophone_Logger.ino +++ b/Firmware/OpenLog_Artemis_Geophone_Logger/OpenLog_Artemis_Geophone_Logger.ino @@ -50,6 +50,8 @@ const int FIRMWARE_VERSION_MINOR = 0; // the minor firmware version #define OLA_IDENTIFIER 0x320 +//#define noPowerLossProtection // Uncomment this line to disable the sleep-on-power-loss functionality + //Define the pin functions //Depends on hardware version. This can be found as a marking on the PCB. //x04 was the SparkX 'black' version.