From e583c7b0f7dd49bae3f572837396de5eedf04b62 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 6 Feb 2021 17:51:52 +0100 Subject: [PATCH] esp32_dev branch --- README.md | 6 ++++-- RELEASENOTES.md | 2 +- RELEASENOTES_DEV.md | 4 ++-- debug_esp32_pio_local.ini => pio_local.ini_example | 0 4 files changed, 7 insertions(+), 5 deletions(-) rename debug_esp32_pio_local.ini => pio_local.ini_example (100%) diff --git a/README.md b/README.md index f1f8ab8ab..32f975370 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # ![logo](media/EMS-ESP_logo_dark.png) -**EMS-ESP** is an open-source firmware for the Espressif ESP32 microcontroller that communicates with **EMS** (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger. +**EMS-ESP** is an open-source firmware for the Espressif microcontroller that communicates with **EMS** (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger. -[![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/main/CHANGELOG.md) +This is the EMS32 version. + +[![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/esp32_dev/CHANGELOG.md) [![release-date](https://img.shields.io/github/release-date/proddy/EMS-ESP.svg?label=Released)](https://github.com/proddy/EMS-ESP/commits/master) [![license](https://img.shields.io/github/license/proddy/EMS-ESP.svg)](LICENSE) ![Build Firmware](https://github.com/proddy/EMS-ESP/workflows/Build%20Firmware/badge.svg?branch=dev) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1a8605f45..f1ac84fd9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,4 @@ -# ![logo](https://github.com/proddy/EMS-ESP/blob/main/media/EMS-ESP_logo_dark.png) +# ![logo](https://github.com/proddy/EMS-ESP/blob/esp32_dev/media/EMS-ESP_logo_dark.png) # Firmware Installation diff --git a/RELEASENOTES_DEV.md b/RELEASENOTES_DEV.md index 88cf53e9b..f538f3a5c 100644 --- a/RELEASENOTES_DEV.md +++ b/RELEASENOTES_DEV.md @@ -1,6 +1,6 @@ -# ![logo](https://github.com/proddy/EMS-ESP/blob/main/media/EMS-ESP_logo_dark.png) +# ![logo](https://github.com/proddy/EMS-ESP/blob/esp32_dev/media/EMS-ESP_logo_dark.png) -This is a snapshot of the current "beta" development code and firmware binaries using the `dev` branch. It has all the latest features and fixes but please be aware that this is still experimental firmware used for testing and thus may contain the odd bug. Use at your own risk and remember to report an issue if you find something unusual. +This is a snapshot of the current "beta" development code and firmware binaries for the ESP32. It has all the latest features and fixes but please be aware that this is still experimental firmware used for testing and thus may contain the odd bug. Use at your own risk and remember to report an issue if you find something unusual. # Firmware Installation diff --git a/debug_esp32_pio_local.ini b/pio_local.ini_example similarity index 100% rename from debug_esp32_pio_local.ini rename to pio_local.ini_example