Skip to content

Commit

Permalink
Remove TFT_eSPI specific dependency
Browse files Browse the repository at this point in the history
Removed the TFT_eSPI specific dependency to v2.5.33. Now latest version can be used. Was verified with v2.5.43. This is a solution to #618.
  • Loading branch information
Jocke4f committed Apr 13, 2024
1 parent 509b2ac commit 0e3cc72
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 0e3cc72

Please sign in to comment.