AP_OpticalFlow: fixed default pixart flow scaling

This commit is contained in:
Andrew Tridgell 2016-11-20 08:23:01 +11:00
parent 9b93e12bbb
commit 52715c5d16

View File

@ -49,7 +49,7 @@ private:
static const uint8_t srom_data[];
static const uint8_t srom_id;
static const RegData init_data[];
const float flow_pixel_scaling = 1.0e-3;
const float flow_pixel_scaling = 1.26e-3;
// setup sensor
bool setup_sensor(void);