File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ MDNS is used to resolve [`circuitpython.local`](http://circuitpython.local) to a
9494hostname of the form ` cpy-XXXXXX.local ` . The ` XXXXXX ` is based on network MAC address. The device
9595also provides the MDNS service with service type ` _circuitpython ` and protocol ` _tcp ` .
9696
97- Since port 80 (or the port assigned to ` CIRCUITPY_WEB_API_PORT ` ) is used for MDNS , the ` mdns `
97+ Since port 80 (or the port assigned to ` CIRCUITPY_WEB_API_PORT ` ) is used for web workflow , the ` mdns `
9898[ module] ( https://docs.circuitpython.org/en/latest/shared-bindings/mdns/index.html#mdns.Server.advertise_service )
99- can't also advertise a service on that port.
99+ can't advertise an additional service on that port.
100100
101101### HTTP
102102The web server is HTTP 1.1 and may use chunked responses so that it doesn't need to precompute
You can’t perform that action at this time.
0 commit comments