From 57adae0b253c4c21d58ef3d4b8268dcc1f60cc26 Mon Sep 17 00:00:00 2001 From: GuruSR <17853390+GuruSR@users.noreply.github.com> Date: Fri, 8 Apr 2022 07:47:07 -0400 Subject: [PATCH] Compilation Instructions for Version 1.4.3+. --- src/Compilation Instructions.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Compilation Instructions.txt b/src/Compilation Instructions.txt index 80d63b0..83e65fc 100644 --- a/src/Compilation Instructions.txt +++ b/src/Compilation Instructions.txt @@ -2,6 +2,12 @@ Compiling instructions: In order to compile this you need: Arduino Libraries, ArduinoOTA (included in ESP32 2.0.2+), SmallRTC (1.6 or greater, GuruSR), SmallNTP (GuruSR), StableBMA (GuruSR), Olson2POSIX (GuruSR) AND Watchy (1.2.9 or greater) base. +**VERSION 1.4.3+ CHANGES** + +Go into the Watchy library folder and move the following files out of it, otherwise it may not compile as these files are out of date: + +Watchy.h, Watchy.cpp, WatchyRTC.h and WatchyRTC.cpp they are not needed at all. + **VERSION 1.4.1 CHANGES** Requires Watchy base 1.2.9 or greater, as well as the above libraries. When editing the file changes below, DO NOT COPY items that say not to, instead make the changes or copy in the changes to avoid compiler errors.