Expand docs with full Winegard hardware reference

Add Carryout and Trav'ler Pro to firmware variant table, SK-1000
physical specs, error messages, calibration procedures, emergency
stow notes, motor behavior details, and Gpredict setup config.
Note leap-frog bug is also present in Pro repo.
This commit is contained in:
Ryan Malloy 2026-02-11 06:18:48 -07:00
parent 780de4fe2b
commit 579bad9921
2 changed files with 86 additions and 15 deletions

View file

@ -37,5 +37,9 @@ elif target_el - current_el < -1:
- Azimuth received double compensation (its own delta + the elevation delta),
causing over-correction on the azimuth axis
**Affected repos:**
- `saveitforparts/Trav-ler-Rotor-For-HAL-2.05``travler_rotor.py` lines 98-105
- `saveitforparts/Travler-Pro-Rotor` — same bug copy-pasted into `travler_pro_rotor.py`
**Fix:** In `travler_rotor.leapfrog.apply_leapfrog()`, the elevation
compensation correctly modifies `target_el`.