From a204c1ea5b13f6e9950e34ce4fadd7d1564e5ef6 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 15 Sep 2022 19:07:27 +0200 Subject: [PATCH] Added badges to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2dac58d..4d4ae6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OpenDTU +[![OpenDTU Build](https://github.com/tbnobody/OpenDTU/actions/workflows/build.yml/badge.svg)](https://github.com/tbnobody/OpenDTU/actions/workflows/build.yml) +[![cpplint](https://github.com/tbnobody/OpenDTU/actions/workflows/cpplint.yml/badge.svg)](https://github.com/tbnobody/OpenDTU/actions/workflows/cpplint.yml) + ## Background This project was started from [this](https://www.mikrocontroller.net/topic/525778) discussion (Mikrocontroller.net). It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with their cloud access. With a lot of reverse engineering the Hoymiles protocol was decrypted and analyzed.