You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/magic-wan/connector/configure-connectors.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,7 +548,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
548
548
<li>Open the macOS Terminal.</li>
549
549
<li>Run <code>ls /dev/cu.*</code> to list the connected serial devices.</li>
550
550
<li>The command should return an output similar to <code>/dev/cu.usbserial-0001</code>. Copy this output to the clipboard or note this down somewhere else.</li>
<li>The screen may need to be manually refreshed when a new device is connected. You can do that by pressing <code>CMD + C</code>.</li>
553
553
</ol>
554
554
@@ -559,7 +559,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
559
559
<li>Open Terminal.</li>
560
560
<li>List the connected serial devices by running <code>ls /dev/serial/by-id/*</code>.</li>
561
561
<li>The command should return an output similar to <code>/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0</code>. Copy this to the clipboard or note this down.</li>
562
-
<li>Run <code>sudo screen -adRUS {`<`}THE PATH FROM STEP 3{`>`}; 115200</code>.</li>
0 commit comments