From b2708947517f65dc9bf8a181b82ec02d82837506 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Wed, 1 Dec 2021 09:40:50 -0800 Subject: [PATCH] try to add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3eee433..f42f9a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Meshtastic-python [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/meshtastic/Meshtastic-python) +![Unit Tests](https://github.com/meshtastic/Meshtastic-python/actions/workflows/ci/badge.svg) + A python client for using [Meshtastic](https://www.meshtastic.org) devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in.