From f64875078a308904af623aedd68f9c485e5b8837 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 20 Jun 2024 10:48:54 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0239811..a125a5c 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ other features - uses the locaton of the node if known - `solar` gives an idea of the x-ray flux - `hfcond` returns a table of HF solar conditions - - `whereami` returns the address of location of sender if known - - `tide` returns the local tides (NOAA data source) - - `wx` returns local weather forcast (NOAA data source) +- `whereami` returns the address of location of sender if known +- `tide` returns the local tides (NOAA data source) +- `wx` returns local weather forcast (NOAA data source) ### Configurations Currently config modifications is edit to code. Be sure to uncomment the appropriate interface for your method (serial/BLE/TCP). Only one at a time is supported to a single node at a time.