Files
led-hoop/esp32/lib/microdot/__init__.py
Jimmy 646b988cdd Add ESP32 web control and UART bridge.
Replace ESPNOW passthrough with a Microdot-based web UI and WebSocket-to-UART bridge for preset selection.

Made-with: Cursor
2026-03-03 19:28:08 +13:00

2 lines
105 B
Python

from microdot.microdot import Microdot, Request, Response, abort, redirect, \
send_file # noqa: F401