mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Merge remote-tracking branch 'multiwii/master' into project-structure-alternative
Conflicts: src/mw.h
This commit is contained in:
commit
be6ce96e5d
4 changed files with 16 additions and 24 deletions
|
@ -142,7 +142,7 @@ int main(void)
|
|||
calibratingA = CALIBRATING_ACC_CYCLES;
|
||||
calibratingG = CALIBRATING_GYRO_CYCLES;
|
||||
calibratingB = CALIBRATING_BARO_CYCLES; // 10 seconds init_delay + 200 * 25 ms = 15 seconds before ground pressure settles
|
||||
f.SMALL_ANGLES_25 = 1;
|
||||
f.SMALL_ANGLE = 1;
|
||||
|
||||
// loopy
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue