From ced35a8b62e731ad96b2c20f22a8a799a0950314 Mon Sep 17 00:00:00 2001 From: philwareublox Date: Thu, 6 Jul 2023 12:26:17 +0100 Subject: [PATCH] Fixed README.md --- applications/README.md | 1 - applications/cellular_tracker/README.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/applications/README.md b/applications/README.md index b14d12d..9a09d35 100644 --- a/applications/README.md +++ b/applications/README.md @@ -5,7 +5,6 @@ This page describes the various applications this repository has available and h
## LED indicator ---- The XPLR-IoT-1 development platform has a RGB LED indicator on the front of the box. This application framework allows the application to set the LEDs independently, with various flashing and blinking modes. ### Application startup LED indicator diff --git a/applications/cellular_tracker/README.md b/applications/cellular_tracker/README.md index 9b5e0a4..97d2ecd 100644 --- a/applications/cellular_tracker/README.md +++ b/applications/cellular_tracker/README.md @@ -20,9 +20,9 @@ Using the [config.h](config/config.h) file in the [config](config/) folder you w For the MQTT connection, there is a #define of the MQTT credentials which to use for this application. Please see the [mqttCredentials.c](src/mqtt_credentials.c) file for examples of MQTT broker settings. # LED indicators -MQTT Connected / Registered: Green -Publish Signal quality measurement: Blue -Publish Location: White +- MQTT Connected / Registered: Green +- Publish Signal quality measurement: Blue +- Publish Location: White # Application remote commands