1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00
Commit graph

33 commits

Author SHA1 Message Date
Dmitry Grigoryev
2b936b2749 spelling fixes 2021-06-18 17:42:47 +02:00
Tony Cabello Miguel
518bc1b165 Small doc enhancements 2021-04-16 07:49:25 +02:00
AlfredJKwack
3047453523
Update battery.md to reflect voltage units change
Somewhere along the way Betaflight changed the voltage units is uses for voltages from 0.1v to 0.01v
This update corrects the documentation of `vbat_max_cell_voltage`, `vbat_min_cell_voltage`, `vbat_warning_cell_voltage` to reflect that.
2021-03-14 11:22:23 +00:00
Bruce Luckcuck
b974408c6a Fix vbat_hysteresis docs and potential calculation underflow 2021-02-17 11:56:14 -05:00
Thomas Stibor
d1a402d9b4 Battery capacity CLI name is bat_capacity not battery_capacity
CLI set/get parameter for battery capacity is bat_capacity.
2021-02-04 13:32:49 +01:00
laz2wiringpi
0a1d2a6997 from the pr
delay for voltage warnings #6691

changed to vbat
Update Battery.md
Add Menu osd Alarm delay

vbat_duration_for_crit
batteryConfig_vbatDurationForCrit
to
 vbat_duration_for_critical
batteryConfig_vbatDurationForCritical

lastVoltageOkMillis rename
2019-04-16 18:31:09 -04:00
Dimand
49139f2d6d New details for calibrating current sensors (#5658) 2018-04-18 01:22:24 +12:00
mikeller
6de40c49fc Moved board docs into their own folder. Also fixed file permissions. 2018-01-18 17:55:38 +13:00
Dave Johnson
8d21096f7f Correct improper article usage 2018-01-08 12:20:24 +13:00
Dave Johnson
445b77a702 Fix and clarify Virtual Current Sensor docs
-Fix incorrect formula in example section of charger method calibration
-Fix incorrect verb tense from "mAh draw" to "mAh drawn"
-Simplify instruction steps to be more direct
-Replace abstract example calculation values with rounded numbers to make formula more obvious for humans
-Make formula placeholder names to match those used in Configurator
-Cross fingers that is it so clear now that not even a grandmother would try to change it again ;)
2018-01-08 12:20:24 +13:00
grizewald
9e39732b43 Update example as well. 2018-01-08 12:20:24 +13:00
grizewald
b41f62cd45 Correct scale adjustment calculation for charger data. 2018-01-08 12:20:24 +13:00
Bastian Schroll
adf0488d8d Update Battery.md
False formula for the virtual current sensor
2018-01-08 12:19:35 +13:00
Phil Hord
579f6e1de8 Fix markdown links to filenames with spaces
Markdown links cannot have actual spaces in the filename.  Use URL-encoded
spaces (%20) instead.

robo-fixed using:
   sed -i -e 's/\(]([^ )]*\) \([^"]\)/\1%20\2/g' **/*.md

If you don't use zhell, you may need to customize the ** part of that command.
2018-01-08 12:19:35 +13:00
Hydra
eb800966d9 CF - restore docs folder from master_v1.x 2018-01-08 12:19:35 +13:00
borisbstyle
c8e7850c3d Betaflight Cleanup targets / docs 2016-02-10 23:09:22 +01:00
Dominic Clifton
dee68f5e4f Clarify Battery voltage detection statement in docs. Fixes #696. 2015-05-15 12:13:27 +01:00
Andrew Payne
c2f66b54f9 Clarify virtual current sensor documentation 2015-05-06 09:29:58 -04:00
Andrew Payne
68aa0b6485 Update Battery.md w/ copy edits & typo fixes 2015-04-24 15:39:05 -04:00
Rich
248e4accba Update Battery.md 2015-04-22 09:11:28 +01:00
Rich
884e057a10 Update to Battery monitor docs
Added warning note to battery monitor docs to avoid Naze32 board destruction.
2015-04-20 13:50:27 +01:00
Dominic Clifton
54419ef97c Updating Sparky battery monitoring documentation. 2015-03-30 21:49:07 +01:00
tracernz
872b1ea695 Fix error in VCM docs 2015-02-26 10:30:44 +13:00
tracernz
eb9841c41c Clarify Virtual Current Meter docs
The tuning method for the parameters wasn't totally clear.
2015-02-14 13:00:54 +13:00
tracernz
a81fad9cc2 Add virtual current sensor documentation
..and remove a couple of defines I didn't use.
2015-01-16 23:07:06 +13:00
Malaquitte
0c9c69736d Update Battery.md
Minor text correction
2015-01-09 14:49:48 +01:00
Dominic Clifton
86d4ef225f Merge pull request #288 from dave-pitman/battery_md_01
Update Battery.md
2015-01-09 11:19:02 +00:00
Pim van Pelt
4e89e748ae s/cli/CLI/ where appropriate 2015-01-04 00:58:41 +01:00
Pim van Pelt
bb5d22a8d2 Various formatting and typographic fixes 2015-01-04 00:53:24 +01:00
Dave Pitman
152cec5e3b Update Battery.md 2015-01-01 13:55:18 -08:00
Fredrik Steen
d35a3496ba Formatting 2014-11-14 13:42:48 +01:00
Dominic Clifton
f5a0f9d3b2 Update RX & Battery OLED pages.
RX page shows up to 14 channels.
Battery page shows current and capacity information.
2014-11-13 01:29:07 +00:00
Dominic Clifton
41ff2e8d0e CC3D - Add support for battery voltage monitoring on S5_IN.
See docs for further details.
2014-09-19 21:16:40 +01:00