|
FastLED 3.9.15
|
HTTP Server Example for FastLED.
Demonstrates minimal HTTP server with route handlers using fl::asio::HttpServer.
ROUTES: GET / - Hello message GET /status - LED status (JSON) POST /color - Set LED color (JSON body: {"r":255,"g":0,"b":0}) GET /ping - Health check
LED STATUS: Blue (pulse) - Server starting Green (solid) - Server running Cyan (flash) - Request received Purple (flash) - Response sent Red (solid) - Error
USAGE:
Definition in file Server.ino.
Include dependency graph for Server.ino: