Fixed: Setting fastclock name in config.

This commit is contained in:
2019-06-06 19:22:34 +02:00
parent 0d1dff14f7
commit 59e84a6146
2 changed files with 18 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class ClockClient
static int const getClockSeconds() { return clockSeconds; }
static void addClockChangeCallback(ClockChangeCallback callback);
int getNumberOfKnownClocks() { return fastclockScanner.getNumberOfKnownClocks(); };
static String *getKnownClocks();
String *getKnownClocks() { return fastclockScanner.getKnownClocks(); };
int getListenPort();
IPAddress getMulticastIP();
static String const getClockString() {