Update README.md

This commit is contained in:
SpudGunMan
2024-06-20 10:48:54 -07:00
parent 9f4b2a8235
commit f64875078a
+3 -3
View File
@@ -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.