Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Oct 28, 2016
2 parents 6c0afb4 + 7fac1aa commit 673aa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrapperJsonServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WrapperJsonServer {
void
onLedColorWipe(void(* function) (byte, byte, byte)),
onClearCmd(void(* function) (void));
onEffect(void(* function) (Mode));
// onEffect(void(* function) (Mode));
private:
void
handleConnection(boolean newClient),
Expand Down

0 comments on commit 673aa41

Please sign in to comment.