From bbeae37fa48aed5417e34e1ff8fa58583af76626 Mon Sep 17 00:00:00 2001 From: andimik Date: Sat, 8 Jun 2024 10:13:32 +0200 Subject: [PATCH] links to zip-files for external libraries instead of repository - in a Github repository it's not so easy to find the download button for the zip file, which is needed for the Arduino IDE setup. - added a hint that the `User_Setup.h` file needs to be edited afterwards --- TEF6686_ESP32.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index d55bac4..6c3fecc 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -4,9 +4,9 @@ #include #include #include -#include // https://github.com/fbiego/ESP32Time -#include // https://github.com/ohmytime/TFT_eSPI_DynamicSpeed (Modified version) -#include // https://github.com/bbx10/Hash_tng +#include // https://github.com/fbiego/ESP32Time/archive/refs/heads/main.zip +#include // https://github.com/ohmytime/TFT_eSPI_DynamicSpeed/archive/refs/heads/master.zip (please then edit the User_Setup.h as described in the Wiki) +#include // https://github.com/bbx10/Hash_tng/archive/refs/heads/master.zip #include "src/WiFiConnect.h" #include "src/WiFiConnectParam.h" #include "src/FONT16.h"