mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-02 11:45:54 +02:00
* workflow update, test upload artifact
This commit is contained in:
parent
592b39a90c
commit
d6c4be5bc7
2 changed files with 3 additions and 3 deletions
4
.github/workflows/compile_esp8266.yml
vendored
4
.github/workflows/compile_esp8266.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: PlatformIO ESP82266
|
name: PIO ESP82266
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -37,4 +37,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: .pio/build/d1_mini/
|
path: tools/esp8266/.pio/build/d1_mini/
|
||||||
|
|
|
@ -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/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)
|
* `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:
|
* 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 
|
||||||
* A [version for Arduino Nano](tools/nano/NRF24_SendRcv/)
|
* A [version for Arduino Nano](tools/nano/NRF24_SendRcv/)
|
||||||
* An [alternative Version of the above](tools/NRF24_SendRcv/)
|
* An [alternative Version of the above](tools/NRF24_SendRcv/)
|
||||||
* A [different implementation](tools/HoyDtuSim/)
|
* A [different implementation](tools/HoyDtuSim/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue