diff --git a/components/modules/camera/who_camera.c b/components/modules/camera/who_camera.c index 778ded1..cfcfc21 100644 --- a/components/modules/camera/who_camera.c +++ b/components/modules/camera/who_camera.c @@ -78,7 +78,7 @@ void register_camera(const pixformat_t pixel_fromat, //initial sensors are flipped vertically and colors are a bit saturated if (s->id.PID == OV3660_PID) { - s->set_brightness(s, 1); //up the blightness just a bit + s->set_brightness(s, 1); //up the brightness just a bit s->set_saturation(s, -2); //lower the saturation }