-
Disabled code is in the source repo but needs enabling and debugging.
hydra updated
10 years ago
-
If I cd to cleanflight and run:
'make clean'
'make TARGET=NAZE32'
I get a lot of output showing files compiling, and then linking breaks. Here is the output:
```
avoidd-mbp:cleanflight avoidd$ make …
-
Gyro and baro does not work(works only sometimes) on last version of AfroMini (white-black PCB).
Baseflight works fine.
Any idea where to look?
-
My older green rev 2 board will not run any version of CF after #149 October 7th. After flashing all I get is the red/green leds alternating. Used Jenkins list to go backward and isolate this to a cha…
-
accgyro_mpu6050.c line375
lpf >= 188)
mpuLowPassFilter = INV_FILTER_188HZ;
else if (lpf >= 98)
......