From 4ea371cf94a29b84e3aa2677d6a05f7e8cc5f0dc Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 13 Jun 2024 00:41:01 -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 c2f4e90..6eea576 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ other features - `hfcond` returns a table of HF solar conditions ### Configurations - Currently config modifications is edit to code. Be sure to uncomment the approprate interface combo for your method (serial/BLEW/TCP). Only one at a time is supported to a single node at a time. + Currently config modifications is edit to code. Be sure to uncomment the appropriate interface combo for your method (serial/BLEW/TCP). Only one at a time is supported to a single node at a time. ``` # Uncomment the interface you want to use depending on your device connection interface = meshtastic.serial_interface.SerialInterface() #serial interface @@ -43,7 +43,7 @@ pip install datetime pip install python-dateutil ``` -# Reconition +# Recognition Used ideas and snippets from other responder bots want to call them out! - https://github.com/Murturtle/MeshLink - - https://github.com/pdxlocations/Meshtastic-Python-Examples \ No newline at end of file + - https://github.com/pdxlocations/Meshtastic-Python-Examples