Skip to content

Commit

Permalink
fix: try n2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarcano committed Aug 9, 2023
1 parent 282b19a commit 56592c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Installing platformio
run: pip3 install -U platformio

- name: Building a firmware
- name: Building firmware
run: |
export SSID=${{ secrets.WIFI_SSID }}
export PASS=${{ secrets.WIFI_PASSWORD }}
Expand Down
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lib_deps =
ayushsharma82/AsyncElegantOTA@^2.2.7

build_flags =
-D WSSID="${sysenv.SSID}"
-D WPASS="${sysenv.PASS}"
-D HN_HOSTNAME="${sysenv.HOSTNAME}"
-D HN_JOINCODE="${sysenv.JOINCODE}"
'-D WSSID="${sysenv.SSID}"'
'-D WPASS="${sysenv.PASS}"'
'-D HN_HOSTNAME="${sysenv.HOSTNAME}"'
'-D HN_JOINCODE="${sysenv.JOINCODE}"'

0 comments on commit 56592c1

Please sign in to comment.