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"