Skip to content

Commit 10856e3

Browse files
committed
Updated connect help for wifi
Added note about how to connect via wifi via IP address if .local dns resolution doesn't work.
1 parent 4f41259 commit 10856e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ <h1>Navigate to your Device</h1>
269269
<p>Once your device is connected to your Local Area Network, you can navigate to
270270
<a id="device-link" href="http://circuitpython.local/code/">http://circuitpython.local/code/</a>. This opens
271271
a page on your device that loads this website onto the device and to avoid any cross domain security issues.</p>
272+
<p> If your device doesn't support the .local domain or the connection times out, connect with serial to read the
273+
IP address assigned to your device, then open http://device-ip-address:80/code/ from another tab in your browser</p>
274+
</p>
272275
</div>
273276
</section>
274277
<section>

0 commit comments

Comments
 (0)