Skip to content

Commit 603bd0e

Browse files
authored
Merge pull request #1346 from mboelen/patch-1
Update faq.md
2 parents 246d681 + 599e15f commit 603bd0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ A list of frequently-asked questions and answers for MeshCore
2323
- [3.4. Q: What is the password to join a room server?](#34-q-what-is-the-password-to-join-a-room-server)
2424
- [3.5. Q: Can I retrieve a repeater's private key or set a repeater's private key?](#35-q-can-i-retrieve-a-repeaters-private-key-or-set-a-repeaters-private-key)
2525
- [3.6. Q: The first byte of my repeater's public key collides with an exisitng repeater on the mesh. How do I get a new private key with a matching public key that has its first byte of my choosing?](#36-q-the-first-byte-of-my-repeaters-public-key-collides-with-an-exisitng-repeater-on-the-mesh--how-do-i-get-a-new-private-key-with-a-matching-public-key-that-has-its-first-byte-of-my-choosing)
26-
- [3.7. Q: My repeater maybe suffering from deafness due to high power interference near my mesh's frequency, it is not hearing other in-range MeshCore radios. what can I do?](#37-q-my-repeater-maybe-suffering-from-deafness-due-to-high-power-interference-near-my-meshs-frequency-it-is-not-hearing-other-in-range-meshcore-radios--what-can-i-do)
27-
- [3.8 Q: How do I make my repeater an observer on the mesh](#38-q-how-do-i-make-my-repeater-an-observer-on-the-mesh)
26+
- [3.7. Q: My repeater maybe suffering from deafness due to high power interference near my mesh's frequency, it is not hearing other in-range MeshCore radios. What can I do?](#37-q-my-repeater-maybe-suffering-from-deafness-due-to-high-power-interference-near-my-meshs-frequency-it-is-not-hearing-other-in-range-meshcore-radios--what-can-i-do)
27+
- [3.8. Q: How do I make my repeater an observer on the mesh?](#38-q-how-do-i-make-my-repeater-an-observer-on-the-mesh)
2828
- [4. T-Deck Related](#4-t-deck-related)
2929
- [4.1. Q: Is there a user guide for T-Deck, T-Pager, T-Watch, or T-Display Pro?](#41-q-is-there-a-user-guide-for-t-deck-t-pager-t-watch-or-t-display-pro)
3030
- [4.2. Q: What are the steps to get a T-Deck into DFU (Device Firmware Update) mode?](#42-q-what-are-the-steps-to-get-a-t-deck-into-dfu-device-firmware-update-mode)
@@ -277,9 +277,9 @@ Reboot the repeater after `set prv.key <hex>` command for the new private key to
277277
**A:** You can generate a new private key and specific the first byte of its public key here: https://gessaman.com/mc-keygen/
278278

279279

280-
### 3.7. Q: My repeater maybe suffering from deafness due to high power interference near my mesh's frequency, it is not hearing other in-range MeshCore radios. what can I do?
280+
### 3.7. Q: My repeater maybe suffering from deafness due to high power interference near my mesh's frequency, it is not hearing other in-range MeshCore radios. What can I do?
281281

282-
**A:** This may be due to the SX1262 radio's auto gain control feature. You can use this command to preiodically reset its AGC.
282+
**A:** This may be due to the SX1262 radio's auto gain control feature. You can use this command to periodically reset its AGC.
283283

284284
`set agc.reset.interval <number>`
285285

@@ -288,7 +288,7 @@ The `<number>` unit is in seconds and is incremented by 4. `set agc.reset.inter
288288
This is a very low cost operation. AGC reset is done by simply setting `state = STATE_IDLE;` in function `RadioLibWrapper::resetAGC()` in `RadioLibWrappers.cpp`
289289

290290

291-
### 3.8 Q: How do I make my repeater an observer on the mesh
291+
### 3.8. Q: How do I make my repeater an observer on the mesh?
292292

293293
**A:** The observer instruction is available here: https://analyzer.letsmesh.net/observer/onboard
294294

0 commit comments

Comments
 (0)