From 363f8d4a242ec50664235315e6e8e1aba196ebf6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 20 Jun 2024 00:33:15 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 592294b..0239811 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ other features - `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) ### 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.