From e55db166cb888f809326bc2b3f7a5822b86b1c70 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 21 Dec 2020 10:25:17 +0800 Subject: [PATCH] fix #45. thanks @ScriptBlock! --- meshtastic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__init__.py b/meshtastic/__init__.py index fe242b3..ce987b7 100644 --- a/meshtastic/__init__.py +++ b/meshtastic/__init__.py @@ -11,7 +11,7 @@ properties of SerialInterface: the device. - nodes - The database of received nodes. Includes always up-to-date location and username information for each node in the mesh. This is a read-only datastructure. -- myNodeInfo - Contains read-only information about the local radio device (software version, hardware version, etc) +- myInfo - Contains read-only information about the local radio device (software version, hardware version, etc) # Published PubSub topics