#ifndef WLED_USERMOD_H #define WLED_USERMOD_H void userSetup(); void userConnected(); void userLoop(); #endif // WLED_USERMOD_H