Browse Source

update the faq

pull/2912/head
Wessel Nieboer 4 weeks ago
parent
commit
0913e5816c
No known key found for this signature in database GPG Key ID: 929C8E45E33B5FD2
  1. 2
      docs/faq.md

2
docs/faq.md

@ -284,7 +284,7 @@ Best practice is when you set up a new repeater, choose a public key that is not
The `<number>` unit is in seconds and is incremented by 4. `set agc.reset.interval 4` works well to cure deafness.
This is a very low-cost operation. AGC reset is done by simply setting `state = STATE_IDLE;` in function `RadioLibWrapper::resetAGC()` in `RadioLibWrappers.cpp`
This is a low-cost operation (a few milliseconds). The reset performs a warm sleep to power down the radio's analog frontend, recalibrates all blocks (ADC, PLL, image rejection, oscillators), and resets the noise floor tracking. See `RadioLibWrapper::resetAGC()` in `RadioLibWrappers.cpp`.
### 3.8. Q: How do I make my repeater an observer on the mesh?

Loading…
Cancel
Save