From 3b4c14405f21c9d7ecd09086f83c5cc8291b94da Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 16 Jun 2024 10:27:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2825fc8..b8dffb8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ other features - `hfcond` returns a table of HF solar conditions ### Configurations - Currently config modifications is edit to code. Be sure to uncomment the appropriate interface 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 for your method (serial/BLE/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