From 93d64efa9e07f415d30d24d7691b7a899b478569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knud=20Schr=C3=B8der?= <37827873+dk98174003@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:24:57 +0100 Subject: [PATCH] Add tkinter installation note to README Added note about tkinter installation requirement. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c5f5b5..bef8870 100644 --- a/README.md +++ b/README.md @@ -147,5 +147,6 @@ python3 meshtastic_client.py Have fun PS. Use IP or serial - bluetooth is slow. +PPS. tkinter must be installed to run the program. Knud ;O)