1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00
Commit graph

925 commits

Author SHA1 Message Date
mikeller
b4fcb08bed Fixed typo. 2020-10-04 16:21:11 +13:00
jcg1541
d529e40ec1
Update Mixer.md
I have tried the latest released betaflight firmware with my 3D helicopter to see the main motor spins and controlled by M1 motor, the S1-S3 servos move and control the cyclic swashplate, and S4 servo controls the rudder.
2020-08-23 19:29:59 -04:00
Michael Keller
b31230701a
Merge pull request #10094 from haslinghuis/upd-doc-serial 2020-08-23 15:48:38 +12:00
haslinghuis
bde56cf876 Document updated after comments from mikeller! 2020-08-19 18:53:54 +02:00
mikeller
a668dc9170 Updated the instructions for the creation of Unified Target Configurations. 2020-08-16 11:48:07 +12:00
MarcBoettinger
8b27f0fd63
Update Rssi.md formula for rssi_offset
Fixing the formula  rssi_offset = (1000-rssi_nosig) / 10  which is now in line with the example.
2020-07-17 09:38:39 +02:00
Michael Keller
57cc267052
Merge pull request #9991 from haslinghuis/Upd-Dev-Docs
Updating Ubuntu development docs
2020-07-12 13:56:20 +12:00
haslinghuis
5c7939acb8 Ubuntu development documentation updated. 2020-07-08 18:33:36 +02:00
haslinghuis
72838f3188 Add serial port identifier and serial port function table 2020-07-06 04:23:36 +02:00
Michael Keller
262a2e1981
Merge pull request #9975 from DusKing1/patch-1 2020-07-05 14:52:53 +12:00
Michael Keller
1e100589ff
Merge pull request #9970 from TheIsotopes/patch-1
minor update Betaflight 4.2 Release Notes.md
2020-07-05 14:50:16 +12:00
Michael Keller
8f35f5be1a
Merge pull request #9966 from mikeller/fix_4_1_release_notes
Fixed links in 4.1 release notes.
2020-07-05 14:45:55 +12:00
DusKing1
d3869e4d97
Typo fix in LedStrip.md
According to the actual CLI command and conversion diagram, the number here should be 27.
2020-07-03 12:29:54 +08:00
DusKing1
20c21cc380
Fix typo in LedStrip.md
Clearly 0 to 6 has 7 numbers
2020-07-03 11:42:13 +08:00
TheIsotopes
0d2edc1131
minor update Betaflight 4.2 Release Notes.md
heading added
2020-06-30 13:48:27 +02:00
mikeller
5d74e73fd8 Added release notes for 4.2. 2020-06-30 14:54:53 +12:00
mikeller
17723b90ae Fixed links in 4.1 release notes. 2020-06-30 00:36:36 +12:00
Michael Keller
981823be2c
Merge pull request #9909 from bys1123/patch-1 2020-06-21 15:13:02 +12:00
mikeller
801cf5a8cb Removed the retirement notice for STM32F3. 2020-06-14 19:39:43 +12:00
斯东Stone
07c7feeef2
Update Telemetry.md 2020-06-14 10:08:13 +08:00
斯东Stone
621c45fb53
Rename telemetry_inversion to tlm_inverted 2020-06-14 05:40:27 +08:00
x4FF3
5679b76d40 Add ApexF7 docs 2020-05-24 22:33:03 +02:00
Anhad Sawhney
b292a2b626
Better description of animations
Updated larson scanner, thrust ring
2020-05-17 00:35:23 -04:00
mikeller
103712855c Added instructions for how to add test targets to pull requests. 2020-05-05 00:24:51 +12:00
Michael Keller
212dab7ecd
Merge pull request #9686 from Daemon42/patch-1
Fix rssi_scale formula.
2020-04-25 17:04:55 +12:00
mikeller
bb24002a50 Added point about testing to Unified Target configuration creation instructions. 2020-04-19 02:42:11 +12:00
Ian
be791cb14f
Fix rssi_scale formula.
Change * to / in 
rssi_scale = 100 * 1000 / (rssi_fullsig - rssi_nosig)
to keep the scale near 100 instead of 100000..
2020-04-11 00:22:06 -06:00
mikeller
961fbdb169 Added documentation for JetiExBus setup. 2020-02-13 23:12:56 +13:00
Michael Keller
be016dc794
Merge pull request #9460 from noah95/rssi-scale-doc
Rssi scale documentation
2020-02-09 08:02:41 +13:00
Noah Huetter
9444d0d93b
Move chapter up hierarchy 2020-02-08 10:39:57 +01:00
Noah Huetter
df626d34a4
Add documentation for RSSI scale and offset 2020-02-07 16:37:57 +01:00
Asher Winn
2255a4d9de Updating documentation to include 'Disable VTX Contol' and 'Launch Control' 2020-01-24 22:50:33 +11:00
s-ol
6270c2044f Add build documentation for Arch Linux 2020-01-12 15:42:16 +01:00
Kenneth Mitchell
8cff58c9b2
Update Building in Windows.md
Missing unzip dependency.
2019-11-28 21:21:46 -05:00
deepdigger
06505e4524
Add spaces between "#" and the description
Hi, I'm new to Betaflight developing. Here I found some missing spaces in the headline so I fixed it so the .md file can work.
2019-11-25 14:03:40 +01:00
Michael Keller
a7cd21e632
Fix rtc6705 side effects (#9164)
Fix rtc6705 side effects
2019-11-16 08:57:18 +13:00
functionpointer
4bd6fa8a2e
[VTX] update rtc6705 information in vtx.md (#8939) 2019-11-15 18:49:53 +01:00
Michael Keller
24c07e6b3c
Updated adjustment range documentation. (#9161)
Updated adjustment range documentation.
2019-11-16 01:53:57 +13:00
functionpointer
f7c0a87c09 [VTX] RTC6705 power down is now controlled by pitmode rather than powervalue (#8939) 2019-11-11 21:21:04 +01:00
mikeller
c3c87a8a3b Updated adjustment range documentation. 2019-11-11 19:37:08 +13:00
mikeller
c6c73da05b Added Betaflight 4.1 release notes to 'docs/'. 2019-11-10 15:42:39 +13:00
Michael Keller
e34ba7f534
vtxtable powerlevels with no parameters returns the vtxtable po… (#9122)
vtxtable powerlevels with no parameters returns the vtxtable power levels extract with SA2.1
2019-11-05 22:04:22 +13:00
mikeller
6aa25d15e2 Updated notice about STM32F3 support. 2019-11-03 14:57:52 +13:00
SteveCEvans
66095e966d Update vtx_info documentation 2019-11-02 09:33:47 +00:00
SteveCEvans
938a39ac8f Display available dBm power levels from SA2.1 VTX along with corresponding power expressed in mW 2019-11-02 01:25:55 +00:00
Michael Keller
b45fe41d8d
Update CreatingAUnifiedTarget.md to make process clearer, step… (#9076)
Update CreatingAUnifiedTarget.md to make process clearer, step by step
2019-10-22 11:43:15 +13:00
Reinhard
72153399dd
Update CreatingAUnifiedTarget.md 2019-10-21 09:31:43 +02:00
Reinhard
456ecfaf2e
Update CreatingAUnifiedTarget.md 2019-10-20 13:49:57 +02:00
mikeller
86544ea180 Added documentation for limitation on EXF722DUAL. 2019-10-20 14:46:10 +13:00
mikeller
f59b9d0e01 Added more details on how to request a manufacturer id to the documentation. 2019-10-09 01:00:01 +13:00