We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f41259 commit 10856e3Copy full SHA for 10856e3
1 file changed
index.html
@@ -269,6 +269,9 @@ <h1>Navigate to your Device</h1>
269
<p>Once your device is connected to your Local Area Network, you can navigate to
270
<a id="device-link" href="http://circuitpython.local/code/">http://circuitpython.local/code/</a>. This opens
271
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>
275
</div>
276
</section>
277
<section>
0 commit comments