From bbe8e6eb0f6e2647d8a057b0f9ecfda02f88fda4 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Wed, 28 Jan 2026 22:17:25 +0100 Subject: [PATCH] remove static functions (Philips HUE) fixes the build error --- wled00/fcn_declare.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wled00/fcn_declare.h b/wled00/fcn_declare.h index 92d40c39..a9f14d73 100644 --- a/wled00/fcn_declare.h +++ b/wled00/fcn_declare.h @@ -147,10 +147,10 @@ void invalidateFileNameCache(); // WLEDMM call when new files were uploaded //hue.cpp void handleHue(); void reconnectHue(); -void onHueError(void* arg, AsyncClient* client, int8_t error); -void onHueConnect(void* arg, AsyncClient* client); -void sendHuePoll(); -void onHueData(void* arg, AsyncClient* client, void *data, size_t len); +//void onHueError(void* arg, AsyncClient* client, int8_t error); +//void onHueConnect(void* arg, AsyncClient* client); +//void sendHuePoll(); +//void onHueData(void* arg, AsyncClient* client, void *data, size_t len); #include "FX.h" // must be below colors.cpp declarations (potentially due to duplicate declarations of e.g. color_blend)