Refactoring: Moved color handling to clock display (from main).

Fixed: Apply config changes to config module.
This commit is contained in:
2019-06-06 19:07:04 +02:00
parent c4b9b93d95
commit 0d1dff14f7
4 changed files with 104 additions and 84 deletions

View File

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