Replace serial/Wi-Fi driver transport paths with WebSocket bridge client, binary espnow_wire delivery, device announce registry, and restructured espnow-sender (AP + broadcast passthrough). Includes docs and tests. Co-authored-by: Cursor <cursoragent@cursor.com>
2 lines
105 B
Python
2 lines
105 B
Python
from microdot.microdot import Microdot, Request, Response, abort, redirect, \
|
|
send_file # noqa: F401 |