From 8e31a1b8eb3c2346cbe2df0b24e9bfc98aa93a48 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Tue, 6 Jun 2023 20:24:12 +0200 Subject: [PATCH] Update README.md Added new badges --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0330fdfd..595f53de 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,9 @@ After programming the ESP32, make sure to also program the filesystem. This will Hats off to these legends! ## Automated Builds -- After a PR gets merged to the main branch, the ESP32 code will automatically be compiled. This can take up to 20 minutes. -- Information about the latest builds can be found below -builds +- After a PR gets merged to the main branch, the ESP32 code will automatically be compiled. +- On release, files are added to enable OTA +![Test](https://github.com/jjwbruijn/OpenEPaperLink/actions/workflows/build-esp32.yml/badge.svg) + +![Release](https://github.com/jjwbruijn/OpenEPaperLink/actions/workflows/release.yml/badge.svg)