Skip to content

Commit

Permalink
Include env vars template
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarcano committed Aug 9, 2023
1 parent da70310 commit 4c2bdb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Load environment variables
run: |
mv src/env-template.h src/env.h
- name: Installing platformio
run: pip3 install -U platformio

Expand Down
4 changes: 4 additions & 0 deletions src/env-template.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define WIFI_SSID "SSID"
#define WIFI_PASSWORD "PASS"
#define HUSARNET_JOIN_CODE "XXXXXXXXX"
#define HUSARNET_HOSTNAME "esp32-roaster"

0 comments on commit 4c2bdb2

Please sign in to comment.