watchy lib 1.3 fixes
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
|
||||
#include <Watchy.h>
|
||||
#include "below.h"
|
||||
#include "wta.h"
|
||||
|
||||
class WatchyBelow : public Watchy
|
||||
class WatchyBelow : public WatchySynced
|
||||
{
|
||||
public:
|
||||
WatchyBelow();
|
||||
void drawWatchFace();
|
||||
using WatchySynced::WatchySynced;
|
||||
public:
|
||||
void drawWatchFace();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user