From 056da4a1df482af5de8d490df222abf0fa697128 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 5 Mar 2024 07:06:58 +0000 Subject: [PATCH] Update UPGRADE.md --- UPGRADE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 47f45d6..ec2a7ab 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -7,8 +7,8 @@ Which is handy if you want to quickly update the firmware in the field, or are n The firmware is customized for the different versions of the OLA hardware. You will find versions for the **X04 SparkX (Black) OLA** and **V10 SparkFun (Red) OLA** plus any subsequent revisions. The filename tells you which hardware the firmware is for and what version it is: -* **OpenLog_Artemis-V10-v26.bin** - is the _stable_ version (2.6) for the **V10 SparkFun (Red) OLA** -* **OpenLog_Artemis-X04-v26.bin** - is the _stable_ version (2.6) for the **X04 SparkX (Black) OLA** +* **OpenLog_Artemis-V10-v27.bin** - is the _stable_ version (2.7) for the **V10 SparkFun (Red) OLA** +* **OpenLog_Artemis-X04-v27.bin** - is the _stable_ version (2.7) for the **X04 SparkX (Black) OLA** @@ -24,7 +24,7 @@ The firmware is customized for the different versions of the OLA hardware. You w * From time to time, you may also see versions with names like **OpenLog_Artemis-V10-v17_BETA.bin** * These are _beta_ versions containing new features and improvements which are still being tested and documented -* **OpenLog_Artemis-V10-v26-NoPowerLossProtection.bin** is a special build of v2.6 which has no power loss protection +* **OpenLog_Artemis-V10-v27-NoPowerLossProtection.bin** is a special build of v2.7 which has no power loss protection * With the normal firmware, the OLA goes into deep sleep if the power fails or is disconnected. This allows the Real Time Clock to keep running, but it does mean that a reset is required to wake the OLA again. * With the **NoPowerLossProtection** firmware, the code does not go into deep sleep when the power is lost, meaning that it will restart automatically as soon as power is reconnected. * This can be useful for embedded OLA systems which are hard to access. The downside is that the Real Time Clock setting is lost when the OLA restarts.