We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56cb301 + 6c13b05 commit f8c9387Copy full SHA for f8c9387
.github/workflows/build-listener-clients.yaml
@@ -117,7 +117,7 @@ jobs:
117
- uses: actions/checkout@v4
118
- name: Setup TFT_eSPI and select User Setup
119
run: |
120
- git clone https://github.com/Bodmer/TFT_eSPI/
+ git clone --branch v2.5.33 https://github.com/Bodmer/TFT_eSPI/
121
cd TFT_eSPI
122
sed -i 's/#include <User_Setup.h>/\/\/#include <User_Setup.h>/g' User_Setup_Select.h
123
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