1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-16 04:45:22 +03:00
Commit graph

1168 commits

Author SHA1 Message Date
potater1
b207ba55de Add GSM telemetry (#4388) 2019-05-25 17:21:56 +02:00
Michel Pastor
39d2a956e9
Add targets for more softserial options on OMNIBUSF4V3 (#4541) 2019-05-24 15:35:36 +02:00
Michel Pastor
3b3c278412
Add option to continue mission on FS (#4731) 2019-05-24 15:16:06 +02:00
Niccolò Maggioni
5b4fd73565 Current consumption alarm in OSD (#4715) 2019-05-19 17:52:24 +02:00
Pawel Spychalski (DzikuVx)
9af1296c5b Add missing CLI docs entries 2019-05-13 16:20:51 +02:00
Michel Pastor
706420ba89
g-force OSD items and stats (#4696) 2019-05-12 17:27:32 +02:00
giacomo892
94420e3867 implement PT1 filter option for accelerometer 2019-05-04 15:33:42 +02:00
Alberto García Hierro
d9c60d9305
Merge pull request #4623 from iNavFlight/agh_nav_extra_arming_safety_bypass
Add support for bypassing extra arming safety
2019-04-26 18:32:27 +02:00
Alberto García Hierro
82784a9592
Merge pull request #4606 from iNavFlight/agh_cliserial
Add +n and -n syntax to serial CLI command
2019-04-26 17:33:00 +02:00
Alberto García Hierro
dc6d002bdc Add support for bypassing extra arming safety
In order to bypass the checks, users must set the new
nav_extra_arming_safety value ALLOW_BYPASS and arm with a switch
while holding yaw high. If this is used to arm the craft, the checks
are skipped until the next power cycle in order to allow rearming
quickly in case of an accidental mid air disarm.

Also, the "NAVIGATION IS UNSAFE" OSD message has been replaced
with more specific messages which tell the user the exact reason
why the navigation system is blocking arming.
2019-04-25 13:14:08 +01:00
Pawel Spychalski (DzikuVx)
1d3d6f5121 MOTOR_STOP removed from Multirotors 2019-04-24 14:11:20 +02:00
Pawel Spychalski (DzikuVx)
fa4ae8f328 Remove unused settings 2019-04-19 10:36:05 +02:00
Alberto García Hierro
a674120e79 Add +n and -n syntax to serial CLI command
Allows individually enabling and functions without having to
mentally add 6 digit numbers.

serial ID +n enables function (1 << n)
serial ID -n disables function (1 << n)

Additionally, documentation for the serial command has been added
to Cli.md
2019-04-14 22:03:02 +01:00
Paweł Spychalski
4e872e2b9e
Merge pull request #4577 from parchedpacha/patch-1
Add smartport telemetry tip in the FAQ section
2019-04-04 20:21:10 +02:00
parchedpacha
c6ef1b76bf
Add smartport telemetry tip in the FAQ section
This page could use a tip on getting SmartPort telemetry working on F4 boards.
2019-04-04 09:30:23 -07:00
Paweł Spychalski
053ee0f93a
Merge pull request #4557 from shellixyz/update_cli_docs
CLI docs: remove old inav_gps_delay setting
2019-04-01 21:25:49 +02:00
Paweł Spychalski
6017dd0de8
Merge pull request #4556 from iNavFlight/dzikuvx-one-missing-doc
Add a missing description of ONE smix input
2019-03-29 09:18:31 +01:00
Michel Pastor
eacc3f57d0 CLI docs: remove old inav_gps_delay setting 2019-03-28 14:53:13 +01:00
Pawel Spychalski (DzikuVx)
e8ea7d9d08 Add a missing description of ONE smix input 2019-03-28 14:31:39 +01:00
Pawel Spychalski (DzikuVx)
d21588058d Mention logic condition id in smix documentation 2019-03-28 13:41:20 +01:00
hali9
5b25cfc583 CLI the wp CLI command to manage waypoints (#4473) 2019-03-15 16:12:18 +01:00
Jonathan Hudson
bd54e5755c document existance and usage of beeper cli command 2019-03-11 20:40:13 +00:00
Pawel Spychalski (DzikuVx)
15cdc109f9 Remove PosHold support settings from PID bank 2019-03-09 19:06:51 +01:00
giacomo892
26f4b01ef5
Merge pull request #4454 from giacomo892/PT1_gyro_filters_giacomo892
Add PT1 filter option to gyro soft lpf
2019-03-08 18:55:48 +01:00
Konstantin Sharlaimov
20e948c9db
Merge pull request #4471 from nmaggioni/patch-1
Update Inflight Adjustments docs
2019-03-08 15:23:21 +01:00
Niccolò Maggioni
11fbbe9404
Update Inflight Adjustments docs
Updated for [currently available adjustments](c13d1ec0d1/src/main/fc/rc_adjustments.c).
2019-03-07 21:55:51 +01:00
Konstantin Sharlaimov
1659f70f57
Merge pull request #4453 from iNavFlight/agh_update_bg_links
Route links to banggood via inavflight.com
2019-03-04 21:18:16 +01:00
giacomo892
ad946f9b74 Add PT1 filter option to gyro soft lpf 2019-03-04 16:45:36 +01:00
Konstantin Sharlaimov
5430ce5f0f
Merge pull request #4416 from shellixyz/temperature_update
Temperature update
2019-03-01 20:14:17 +01:00
Michel Pastor
f8985399d4 Update CLI documentation 2019-02-28 22:14:26 +01:00
Alberto García Hierro
c3741e4fd6 Route links to banggood via inavflight.com 2019-02-28 08:48:09 +00:00
giacomo892
17eeb8c571
Add softserial warning to Rx.md
Warning users about using SS and Serial RX
2019-02-27 10:12:58 +01:00
Michel Pastor
a7b4ff71d0 Fix typo in temperature sensors documentation 2019-02-27 00:05:42 +01:00
Pawel Spychalski (DzikuVx)
59b1ff6255 Merge remote-tracking branch 'origin/development' into dzikuvx-new-mixer-inputs 2019-02-25 22:45:21 +01:00
Michel Pastor
5e001fb665
New temperature related OSD features + bugfix (#4407)
* Add symbols for OSD temperature sensor values

* Add OSD setting to chose temperature sensor label alignment

* Update temperature sensor documentation

* Fix buffer overflow in osdDisplayTemperature

* Skip temperature sensor OSD elements if USE_TEMPERATURE_SENSOR is not defined
2019-02-25 14:17:38 +01:00
Paweł Spychalski
30ce27a693
Merge pull request #4397 from shellixyz/rewrite_mixer_doc
Rewrite mixer documentation
2019-02-20 08:01:59 +01:00
Michel Pastor
227ddc477a Add docs/Servo.md 2019-02-19 17:42:31 +01:00
Michel Pastor
e93077c595 Rewrite mixer documentation 2019-02-19 17:42:21 +01:00
Michel Pastor
bf5de7aba1 Correct typo in docs/Battery.md 2019-02-19 00:01:01 +01:00
Michel Pastor
7c24e68e11 Update docs (#4373)
* Update Display documentation

The feature name for enabling the display is not DISPLAY it is DASHBOARD

* Fix controls documentation
2019-02-15 18:54:31 +01:00
Paweł Spychalski
509618590d
Merge pull request #4367 from shellixyz/update_docs
Update RX documentation
2019-02-14 21:50:59 +01:00
Michel Pastor
3f653c987d CLI doc: specify fw_min_throttle_down_pitch units 2019-02-14 15:54:05 +01:00
Michel Pastor
799838bbee Update RX documentation
* Remove mention of the rxfail command
* Fix grammar
2019-02-14 12:24:31 +01:00
Jonathan Hudson
e2e1c80f64 update Cli.md for post RC3 options 2019-02-12 20:27:43 +00:00
Konstantin Sharlaimov
496bd9ada8
Merge pull request #4348 from shellixyz/new_target_wingfc
Add new target WingFC
2019-02-12 19:48:24 +01:00
Michel Pastor
db874aa42d
Improve temperature sensors documentation (#4347) 2019-02-11 16:16:39 +01:00
Michel Pastor
b9930dec33 Add new target WingFC
Where to buy:
1318626

Closes #4337
2019-02-11 16:15:04 +01:00
Michel Pastor
462c1d5dca
Add temperature sensors documentation (#4338) 2019-02-10 23:47:19 +01:00
Mooiweertje
0ae53f340d Nox board support (#4216) 2019-02-08 22:41:16 +01:00
giacomo892
8d5562eb97
Merge pull request #4322 from teckel12/teckel-stick-positions2
Update stick positions images to include CMS menu
2019-02-06 21:03:18 +01:00