Skip to content

Commit 254d50b

Browse files
authored
Merge pull request #225 from sparkfun/release_candidate
Update README and UPGRADE
2 parents 6d8fd70 + eca547b commit 254d50b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Documentation
8484
* **[CONTRIBUTING.md](./CONTRIBUTING.md)** - guidance on how to contribute to this library.
8585
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - OLA includes a large number of libraries that will need to be installed before compiling will work.
8686
* **[ADDING_SENSORS.md](./ADDING_SENSORS.md)** - contains _abbreviated_ instructions on how to add a new sensor to the OLA firmware. It's more of an aide-memoire really... Sorry about that.
87-
* **[COMPILE_BINARY.md](./COMPILE_BINARY.md)** - contains _abbreviated_ instructions on how to compile the OLA firmware binary manually. It's also an aide-memoire really... Sorry about that.
87+
* **[COMPILE_BINARY.md](./COMPILE_BINARY.md)** - contains instructions on how to compile the OLA firmware binary manually using Docker.
8888
* **[SENSOR_UNITS.md](./SENSOR_UNITS.md)** - contains a summary of the units used for each sensor measurement.
8989

9090
Product Versions

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Which is handy if you want to quickly update the firmware in the field, or are n
77

88
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:
99

10-
* **OpenLog_Artemis-V10-v210.bin** - is the _stable_ version (2.10) for the **V10 SparkFun (Red) OLA**
10+
* **OpenLog_Artemis-V10-v211.bin** - is the _stable_ version (2.11) for the **V10 SparkFun (Red) OLA**
1111
* **OpenLog_Artemis-X04-v210.bin** - is the _stable_ version (2.10) for the **X04 SparkX (Black) OLA**
1212

1313
<table class="table table-hover table-striped table-bordered">
@@ -24,7 +24,7 @@ The firmware is customized for the different versions of the OLA hardware. You w
2424
* From time to time, you may also see versions with names like **OpenLog_Artemis-V10-v17_BETA.bin**
2525
* These are _beta_ versions containing new features and improvements which are still being tested and documented
2626

27-
* **OpenLog_Artemis-V10-v210-NoPowerLossProtection.bin** is a special build of v2.8 which has no power loss protection
27+
* **OpenLog_Artemis-V10-v210-NoPowerLossProtection.bin** is a special build of v2.10 which has no power loss protection
2828
* 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.
2929
* 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.
3030
* 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.

0 commit comments

Comments
 (0)