adafruit / Adafruit_CircuitPython_OV5640

CircuitPython driver for OV5640 Camera
MIT License
4 stars 4 forks source link

Quality setting limit check error? #27

Open jmangum opened 10 months ago

jmangum commented 10 months ago

https://github.com/adafruit/Adafruit_CircuitPython_OV5640/blob/b44bc4d5e4823874665face22e0eab5564cf64f1/adafruit_ov5640.py#L1358C32-L1358C32

If the quality setting is allowed to include 55, shouldn't the second inequality be <=?