From 3653666ffe5e00f1826fc0a7bc1d38546f8ac8ac Mon Sep 17 00:00:00 2001 From: Eduardo Ibanez Date: Mon, 12 Dec 2022 22:04:25 -0600 Subject: [PATCH] Update wizlights user mod so it compiles --- usermods/wizlights/wizlights.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usermods/wizlights/wizlights.h b/usermods/wizlights/wizlights.h index c588f00e..08d20493 100644 --- a/usermods/wizlights/wizlights.h +++ b/usermods/wizlights/wizlights.h @@ -75,6 +75,10 @@ class WizLightsUsermod : public Usermod { UDP.endPacket(); } + // Override definition so it compiles + void setup() { + + } // TODO: Check millis() rollover