Skip to content

Commit

Permalink
Merge pull request #198 from bmorcelli/main
Browse files Browse the repository at this point in the history
Fix for windows compile
  • Loading branch information
bmorcelli authored Aug 21, 2024
2 parents c207220 + 038281f commit f9d64dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/buil_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
run: |
pip install platformio
pio pkg update
sed -i "s/-DGIT_COMMIT_HASH='\"Homebrew\"'/\!echo '-DGIT_COMMIT_HASH=\\\\\\\\\"'\$\(git describe --always --dirty)'\\\\\\\\\"'/g" ./platformio.ini
- name: Setup PlatformIO for Deauth
run: |
pio pkg install -p espressif32 -t toolchain-xtensa32
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build_flags =
-DLW=6
-DCONFIG_FILE='"/bruce.conf"'
-w
!echo '-DGIT_COMMIT_HASH=\\"'$(git describe --always --dirty)'\\"'
-DGIT_COMMIT_HASH='"Homebrew"'
; rtl_433_ESP flags https://github.com/NorthernMan54/rtl_433_ESP/blob/main/example/OOK_Receiver/platformio.ini
;-DOOK_MODULATION=true ; False is FSK, True is OOK
;-DRF_CC1101="CC1101"
Expand Down

0 comments on commit f9d64dc

Please sign in to comment.