diff --git a/src/Compilation Instructions.txt b/src/Compilation Instructions.txt index d90d0e6..1758e81 100644 --- a/src/Compilation Instructions.txt +++ b/src/Compilation Instructions.txt @@ -2,6 +2,10 @@ Compiling instructions: In order to compile this you need: Arduino Libraries, ArduinoOTA AND Watchy base. +**VERSION 1.3.2 CHANGES** + +Watchy.cpp and Watchy.h included with the examples from SQFMI (Watchy base) need to be moved OUT of the range the compiler has access to or you'll see errors as they can conflict with this Watchy. + You'll need to edit 2 files: GxEPD2_154_D67.cpp: @@ -75,4 +79,4 @@ void setDarkBorder(bool Dark); // GuruSR: Changed for setDarkBorder Make a backup of these two files if you happen to update a newer version of GxEPD2. -This will allow the compilation on either Arduino or PlatformIO. \ No newline at end of file +This will allow the compilation on either Arduino or PlatformIO.