Explorar o código

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

Frank Haverland %!s(int64=3) %!d(string=hai) anos
pai
achega
228a87038e
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yaml
  2. 4 0
      firmware/README.md

+ 1 - 1
.github/workflows/build.yaml

@@ -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"

+ 4 - 0
firmware/README.md

@@ -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>