From 058e19ad496f93a405a292d33fa3a2254fd5668c Mon Sep 17 00:00:00 2001 From: jeffyactive Date: Tue, 20 Aug 2024 09:06:19 -0400 Subject: [PATCH] Corrected typo and removed extra newlines --- apps/openlocatebeacon/README.md | 9 --------- apps/openlocatebeacon/metadata.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/apps/openlocatebeacon/README.md b/apps/openlocatebeacon/README.md index ef4d20a21..944bb51bf 100644 --- a/apps/openlocatebeacon/README.md +++ b/apps/openlocatebeacon/README.md @@ -2,27 +2,18 @@ Collect geolocation sensor data from the Bangle.js 2's GPS and barometer, display the live readings on-screen, and broadcast in Bluetooth Low Energy (BLE) OpenLocate Beacon packets (LCI over BLE) to any listening devices in range. - ## Usage The advertising packets will be recognised by [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source middleware and any other program which observes the standard packet types. See our [Bangle.js Development Guide](https://reelyactive.github.io/diy/banglejs-dev/) for details. - ## Features Advertises packets with the OpenLocate Beacon geolocation element when a GPS fix is available, and packets with the name "Bangle.js" otherwise. - -## Controls - -None. - - ## Requests [Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates. - ## Creator Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com) diff --git a/apps/openlocatebeacon/metadata.json b/apps/openlocatebeacon/metadata.json index d46624b8b..e029731a0 100644 --- a/apps/openlocatebeacon/metadata.json +++ b/apps/openlocatebeacon/metadata.json @@ -3,7 +3,7 @@ "name": "OpenLocate Beacon", "shortName": "OpenLocate Beacon", "version": "0.03", - "description": "Advertise GPS geolocation date using the OpenLocate Beacon packet specification.", + "description": "Advertise GPS geolocation data using the OpenLocate Beacon packet specification.", "icon": "openlocatebeacon.png", "screenshots": [], "type": "app",