Add stub secrets to allow compile on CI
All checks were successful
Compile / Compile (push) Successful in 1m14s
All checks were successful
Compile / Compile (push) Successful in 1m14s
This commit is contained in:
parent
24e04577f8
commit
9e6f562287
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ jobs:
|
|||
- name: Compile
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
echo -en '#define WIFI_SSID "<ssid>"\n#define WIFI_PASS "<pass>"\n' >src/secrets.h
|
||||
/root/.platformio/penv/bin/pio run
|
||||
|
|
Loading…
Reference in a new issue