Replace ESPNOW passthrough with a Microdot-based web UI and WebSocket-to-UART bridge for preset selection. Made-with: Cursor
2 lines
105 B
Python
2 lines
105 B
Python
from microdot.microdot import Microdot, Request, Response, abort, redirect, \
|
|
send_file # noqa: F401 |