summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2024-02-25 14:07:00 +0100
committerGitHub <noreply@github.com>2024-02-25 14:07:00 +0100
commit188ed57853e06870e5cbff77c86e4ef8a55fe0bc (patch)
tree013ede8014c5cd1f6a1e92637bb556feac46d3eb
parentUpdate ont-huawei-ma5671a-fs-mod.md (diff)
downloadhack-gpon.github.io-simonebortolin-patch-3.tar
hack-gpon.github.io-simonebortolin-patch-3.tar.gz
hack-gpon.github.io-simonebortolin-patch-3.tar.bz2
hack-gpon.github.io-simonebortolin-patch-3.tar.lz
hack-gpon.github.io-simonebortolin-patch-3.tar.xz
hack-gpon.github.io-simonebortolin-patch-3.tar.zst
hack-gpon.github.io-simonebortolin-patch-3.zip
-rw-r--r--_ont/ont-huawei-ma5671a-fs-mod.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_ont/ont-huawei-ma5671a-fs-mod.md b/_ont/ont-huawei-ma5671a-fs-mod.md
index a14b22c..3f9b79d 100644
--- a/_ont/ont-huawei-ma5671a-fs-mod.md
+++ b/_ont/ont-huawei-ma5671a-fs-mod.md
@@ -100,7 +100,7 @@ fw_setenv onu_serial "YOUR_SERIAL_ASCII"
fw_setenv onu_ploam "YOUR_PLOAM_ASCII"
```
-{% include alert.html content="If your ploam is in HEX convert it to ASCII, any non-printable characters write them in ascii with a slash in front, such as `\7F`. If the PLOAM is less than 10 bytes (one printable character counts as one byte, `\7F` also counts as one byte) add `\00` to the end to get to 10 bytes." alert="Note" icon="svg-info" color="blue" %}
+{% include alert.html content="If your ploam is in HEX convert it to ASCII, any non-printable characters write them in HEX with a slash in front, such as `\7F`. If the PLOAM is less than 10 bytes (one printable character counts as one byte, `\7F` also counts as one byte) add `\00` to the end to get to 10 bytes." alert="Note" icon="svg-info" color="blue" %}
## Setting ONU GPON LOID
```sh