Skip to content

Commit f8c9387

Browse files
authored
Merge pull request #617 from Jocke4f/fix_build_listeners
Fix build errors in Build Listener Clients for TTGO listeners
2 parents 56cb301 + 6c13b05 commit f8c9387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-listener-clients.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v4
118118
- name: Setup TFT_eSPI and select User Setup
119119
run: |
120-
git clone https://github.com/Bodmer/TFT_eSPI/
120+
git clone --branch v2.5.33 https://github.com/Bodmer/TFT_eSPI/
121121
cd TFT_eSPI
122122
sed -i 's/#include <User_Setup.h>/\/\/#include <User_Setup.h>/g' User_Setup_Select.h
123123
sed -i 's/\/\/#include <User_Setups\/Setup22_TTGO_T4.h>/#include <User_Setups\/Setup22_TTGO_T4.h>/g' User_Setup_Select.h

0 commit comments

Comments
 (0)