Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Feb 6, 2021
1 parent 8409e8b commit e9382c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
body_path: BODY.txt
name: Development Build v${{steps.fetch_version.outputs.s}}
name: ESP8266 Development Build v${{steps.fetch_version.outputs.s}}
tag_name: dev
prerelease: true
files: |
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

**EMS-ESP** is an open-source firmware for the Espressif ESP8266 and ESP32 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 firmware for the ESP8266.

[![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/esp8266_stable/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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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/esp8266_stable/media/EMS-ESP_logo_dark.png)

# Firmware Installation

Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES_DEV.md
Original file line number Diff line number Diff line change
@@ -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/esp8266_dev/media/EMS-ESP_logo_dark.png)

This is a snapshot of the current "beta" development code and firmware binaries for the ESP8266. 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.

Expand Down

0 comments on commit e9382c0

Please sign in to comment.