watchy lib 1.3 fixes

This commit is contained in:
Klemek
2022-04-09 18:31:34 +02:00
parent 7d4a64b865
commit 084aa665ca
18 changed files with 222 additions and 79 deletions
+3 -2
View File
@@ -11,8 +11,9 @@
class WatchySynced : public Watchy
{
public:
void readWorldTime();
using Watchy::Watchy;
public:
void readWorldTime();
};
#endif