From 0a38872de9777655fcbdd061851f2d3b8781b782 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 1 Apr 2024 21:28:13 -0700 Subject: [PATCH] add version number --- curses-client.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/curses-client.py b/curses-client.py index ba37bb3..6aa211e 100644 --- a/curses-client.py +++ b/curses-client.py @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +''' +Curses Client for Meshtastic by http://github.com/pdxlocations +Powered by Meshtastic.org +V 0.1.0 +''' + import curses import meshtastic.serial_interface, meshtastic.tcp_interface from pubsub import pub