Skip to content

Commit 3653666

Browse files
committed
Update wizlights user mod so it compiles
1 parent 6bb1587 commit 3653666

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

usermods/wizlights/wizlights.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ class WizLightsUsermod : public Usermod {
7575
UDP.endPacket();
7676
}
7777

78+
// Override definition so it compiles
79+
void setup() {
80+
81+
}
7882

7983

8084
// TODO: Check millis() rollover

0 commit comments

Comments
 (0)