Link to the installtion guide in firmware-Readme. It will packed into the initial-setup.zip

This commit is contained in:
Frank Haverland
2022-09-25 19:43:30 +02:00
parent b38c940dd3
commit 228a87038e
2 changed files with 5 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ jobs:
- name: Prepare artifacts for release - name: Prepare artifacts for release
run: | run: |
mkdir -p firmware mkdir -p firmware
rm -rf firmware/* rm -rf firmware/*.zip
mkdir -p release mkdir -p release
# copy builds to firmware folder # copy builds to firmware folder
cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin" cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin"

View File

@@ -1,2 +1,6 @@
# Firmware # Firmware
The firmware got moved to the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases). The firmware got moved to the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases).
# Installation Guide
You find the complete installation guide at <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation>