Version 1.4.3J.

This commit is contained in:
GuruSR 2022-06-13 08:45:25 -04:00 committed by GitHub
parent 5b6a0d9018
commit c1a26fe7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class WatchyGSR{
static SmallRTC SRTC;
static SmallNTP SNTP;
static GxEPD2_BW<GxEPD2_154_D67, GxEPD2_154_D67::HEIGHT> display;
static constexpr const char* Build = "1.4.3I";
static constexpr const char* Build = "1.4.3J";
enum DesOps {dSTATIC, dLEFT, dRIGHT, dCENTER};
public: