* added workflow

* added badge to Readme
This commit is contained in:
lumapu 2022-07-06 22:49:46 +02:00
parent 0c32e3a3bf
commit 592b39a90c
2 changed files with 2 additions and 2 deletions

View file

@ -37,4 +37,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: firmware
path: .pio/build/d1_mini
path: .pio/build/d1_mini/

View file

@ -8,7 +8,7 @@ In particular:
* `doc/hoymiles-format-description.txt` is a [detailed description of the communications format](doc/hoymiles-format-description.md) and the history of this project
* `doc/getting-started-ESP8266.md` shows the [hardware setup for an ESP8266-based system](doc/getting-started-ESP8266.md)
* The `tools` folder contains various software tools for RaspberryPi, Arduino and ESP8266/ESP32:
* A [version for ESP8266](tools/esp8266/) that includes an web interface
* A [version for ESP8266](tools/esp8266/) that includes an web interface ![](../../actions/workflows//compile_esp8266.yml/badge.svg)
* A [version for Arduino Nano](tools/nano/NRF24_SendRcv/)
* An [alternative Version of the above](tools/NRF24_SendRcv/)
* A [different implementation](tools/HoyDtuSim/)