Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunCam split #232

Open
wants to merge 34 commits into
base: raceflight
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
91a55a8
Fix Sparky 2 for RC8
rs2k Mar 17, 2016
33c0bff
New Defaults for RC8
rs2k Mar 17, 2016
b8c2f58
Dterm fix at low throttle.
rs2k Mar 17, 2016
ea7e44e
change top makefile
rs2k Mar 17, 2016
75e69cf
Update to RC9. Revonano timer fix and config changes.
rs2k Apr 12, 2016
97077ac
Mod topmakefile
rs2k Apr 12, 2016
ff720cd
Back to full reoslution
rs2k Apr 12, 2016
6d8296c
Fix Lux gyro
rs2k Apr 13, 2016
6ae0fac
Overflow fix
rs2k Apr 17, 2016
171a8d0
Resolution increase, timer changes, gyro overflow fix
rs2k Apr 17, 2016
14cd32b
RC11 changes.
rs2k Apr 22, 2016
d965b81
Bugfix, add Ki latch to MWRW
rs2k Apr 22, 2016
5f073d9
Add KKNGF4 to Release 1.0 RC11
rs2k Apr 22, 2016
ac3ffa7
Bugfix. Thottle_p is a float, not an int.
rs2k Apr 23, 2016
627bdfc
Fix Broken VBat and add Flash
kc10kevin Apr 23, 2016
d905e8a
Merge pull request #159 from kc10kevin/RELEASE1.0/RC11
blckmn Apr 23, 2016
08466dd
RC11 bugfix. Upped Ki limit.
rs2k Apr 25, 2016
0b85da1
remove sc
rs2k Apr 25, 2016
929e3e8
Vbat1
Apr 27, 2016
1839f41
Merge pull request #166 from proggod/vbat
rs2k Apr 28, 2016
6f0fbd9
Made default for vbat right
May 5, 2016
1481a2d
Enabled LED on REVO
May 5, 2016
fe01943
Merge pull request #178 from rs2k/master
rs2k May 5, 2016
7d90276
test
May 5, 2016
cb74139
typo
May 5, 2016
d1583b9
changes
May 5, 2016
9a494a2
Merge branch 'release'
May 5, 2016
2234ed2
Serial test
May 5, 2016
2e16ba5
Fix flip bug. Allow ASWA with stick arming. New ASWA logic. AntiFlip.…
rs2k May 7, 2016
037c777
Update MPU6000
rs2k May 7, 2016
221c00c
Merge pull request #184 from rs2k/rs2k/flip_fix
rs2k May 7, 2016
0736212
Update README.md
proggod May 9, 2016
6495db2
Fix link to Installation.md
Jun 14, 2016
06ef4c2
Merge pull request #205 from cbgj/patch-1
proggod Jun 14, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
Preston Garrison committed May 5, 2016
commit cb741390767362948e68b9ca8869df8f1ba3cf74
2 changes: 1 addition & 1 deletion src/main/sensors/battery.c
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ void updateBattery(void)
/* battery has just been connected*/
if (batteryState == BATTERY_NOT_PRESENT && vbat > VBATT_PRESENT_THRESHOLD_MV)
{
/* Actual battery state is calculated below, this is really BATTERY_PRESENT */14144
/* Actual battery state is calculated below, this is really BATTERY_PRESENT */
batteryState = BATTERY_OK;
/* wait for VBatt to stabilise then we can calc number of cells
(using the filtered value takes a long time to ramp up)