Skip to content

Commit

Permalink
Merge pull request #686 from Jocke4f/fix_618_build_TFT_eSPI
Browse files Browse the repository at this point in the history
Remove TFT_eSPI specific dependency
  • Loading branch information
josephdadams authored Apr 13, 2024
2 parents 509b2ac + 71bb2e9 commit 766e147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-listener-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup TFT_eSPI and select User Setup
run: |
git clone --branch v2.5.33 https://github.com/Bodmer/TFT_eSPI/
git clone https://github.com/Bodmer/TFT_eSPI/
cd TFT_eSPI
sed -i 's/#include <User_Setup.h>/\/\/#include <User_Setup.h>/g' User_Setup_Select.h
sed -i 's/\/\/#include <User_Setups\/Setup22_TTGO_T4.h>/#include <User_Setups\/Setup22_TTGO_T4.h>/g' User_Setup_Select.h
Expand Down
2 changes: 1 addition & 1 deletion listener_clients/TTGO_T-listener/TTGO_T-listener.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Modify User_Setup_Select.h in libraryY TFT_eSPI
#include <WiFi.h>
#include <WebSocketsClient.h>
#include <SocketIOclient.h>
#include <TFT_eSPI.h>
#include <Arduino_JSON.h>
#include <PinButton.h>
#include <TFT_eSPI.h>
#include <SPI.h>
#include <Arduino.h>
#include <WiFiManager.h>
Expand Down

0 comments on commit 766e147

Please sign in to comment.