From 9e6f562287092f660c569fc339e7d42454c6889c Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Thu, 1 Jun 2023 03:12:31 +0300 Subject: [PATCH] Add stub secrets to allow compile on CI --- .forgejo/workflows/compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 31b3338..5cc42f5 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -11,4 +11,5 @@ jobs: - name: Compile run: | cd ${{ github.workspace }} + echo -en '#define WIFI_SSID ""\n#define WIFI_PASS ""\n' >src/secrets.h /root/.platformio/penv/bin/pio run