From 928fc5bd16e39f94149338e1c9ba945660a0d015 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 5 Mar 2025 15:18:07 +0000 Subject: [PATCH] added missing param --- .../partials/magic-wan/connector/configure-connectors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/magic-wan/connector/configure-connectors.mdx b/src/content/partials/magic-wan/connector/configure-connectors.mdx index 6f064dfd60b1b00..6d7a4cf08ab9c38 100644 --- a/src/content/partials/magic-wan/connector/configure-connectors.mdx +++ b/src/content/partials/magic-wan/connector/configure-connectors.mdx @@ -548,7 +548,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
  • Open the macOS Terminal.
  • Run ls /dev/cu.* to list the connected serial devices.
  • The command should return an output similar to /dev/cu.usbserial-0001. Copy this output to the clipboard or note this down somewhere else.
  • -
  • Run sudo screen -adRUS {`<`}PATH_FROM_STEP_3{`>`} 115200.
  • +
  • Run sudo screen -adRUS mconn {`<`}PATH_FROM_STEP_3{`>`} 115200.
  • The screen may need to be manually refreshed when a new device is connected. You can do that by pressing CMD + C.
  • @@ -559,7 +559,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
  • Open Terminal.
  • List the connected serial devices by running ls /dev/serial/by-id/*.
  • The command should return an output similar to /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0. Copy this to the clipboard or note this down.
  • -
  • Run sudo screen -adRUS {`<`}THE PATH FROM STEP 3{`>`}; 115200.
  • +
  • Run sudo screen -adRUS mconn {`<`}PATH_FROM_STEP_3{`>`}; 115200.
  • The screen may need to be manually refreshed when a new device is connected. You can do that by pressing CTRL + C.