From 8224fffb64b1cbad8c69e15659c267b45fb687b8 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 27 Feb 2023 07:46:01 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a93907..f7d1501 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Documentation * **[CONTRIBUTING.md](./CONTRIBUTING.md)** - guidance on how to contribute to this library. * **[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. * **[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. +* **[COMPILE_BINARY.md](./COMPILE_BINARY)** - contains _abbreviated_ instructions on how to compile the OLA firmware binary manually. It's also more of an aide-memoire really... Sorry about that. * **[SENSOR_UNITS.md](./SENSOR_UNITS.md)** - contains a summary of the units used for each sensor measurement. Product Versions From 323cea6527c4d8aabedfff51ca9fca73fd614a0f Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 27 Feb 2023 07:46:28 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d1501..4336e41 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Documentation * **[CONTRIBUTING.md](./CONTRIBUTING.md)** - guidance on how to contribute to this library. * **[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. * **[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. -* **[COMPILE_BINARY.md](./COMPILE_BINARY)** - contains _abbreviated_ instructions on how to compile the OLA firmware binary manually. It's also more of an aide-memoire really... Sorry about that. +* **[COMPILE_BINARY.md](./COMPILE_BINARY)** - contains _abbreviated_ instructions on how to compile the OLA firmware binary manually. It's also an aide-memoire really... Sorry about that. * **[SENSOR_UNITS.md](./SENSOR_UNITS.md)** - contains a summary of the units used for each sensor measurement. Product Versions