You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Everything here is WORK IN PROGRESS!
50
50
The software is based on two components:
51
51
- ESP32 LoRa part is found in this repo.
52
52
It's developed using [PlatformIO](https://platformio.org/) plugin for [Atom](https://atom.io/) editor.
53
-
- INAV OSD part repo is found [here](https://github.com/KingKone/inav).
53
+
- INAV OSD part repo is found [here](https://github.com/OlivierC-FR/inav/tree/oc_hud).
54
54
It's a fork from the INAV repo and instructions how to build can be found [here](https://github.com/iNavFlight/inav/blob/master/docs/development/Building%20in%20Docker.md).
55
55
56
56
INAV-Radar is a experimental firmware based on INAV and is currently no part of the INAV flight control software. INAV repo can be found [here](https://github.com/iNavFlight/inav).
@@ -153,7 +153,7 @@ help - List all commands
153
153
config - List all settings
154
154
config loraFreq n - Set frequency in Hz (e.g. n = 433000000)
155
155
config loraBandwidth n - Set bandwidth in Hz (e.g. n = 250000)
156
-
config loraSpread n - Set SF (e.g. n = 10)
156
+
config loraSpread n - Set SF (e.g. n = 7)
157
157
config uavtimeout n - Set UAV timeout in sec (e.g. n = 10)
158
158
config fctimeout n - Set FC timeout in sec (e.g. n = 5)
159
159
config debuglat n - Set debug GPS lat * 10000000 (e.g. n = 501004900)
0 commit comments