From 3feac821b74814f31108ce5fb56704160185339f Mon Sep 17 00:00:00 2001 From: Anime4000 Date: Sat, 16 Dec 2023 12:51:47 +0800 Subject: [PATCH] Router Firmware 2.5G --- Firmware_Router/TP-Link/Archer BE800/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Firmware_Router/TP-Link/Archer BE800/README.md b/Firmware_Router/TP-Link/Archer BE800/README.md index f4a6a32..731ef3e 100644 --- a/Firmware_Router/TP-Link/Archer BE800/README.md +++ b/Firmware_Router/TP-Link/Archer BE800/README.md @@ -18,16 +18,16 @@ To enable 2.5G (HiSGMII PHY) on your TP-Link Archer BE800, follow these steps: 5. **Enter Commands:** - Enter the following commands to enable 2.5G (HiSGMII PHY): - ```plaintext - combo_debug stop - combo_debug set plus - combo_debug ipg_set combo10g 1_192bit - ``` + ```plaintext + combo_debug stop + combo_debug set plus + combo_debug ipg_set combo10g 1_192bit + ``` - To revert back to 1Gbps, use the following command: - ```plaintext - combo_debug ipg_set combo10g 1 - ``` + ```plaintext + combo_debug ipg_set combo10g 1 + ``` ## Note: - The 2.5G mode activation is not persistent across power loss or router reboots. You will need to re-enter the commands after each occurrence.