Results 4 comments of kenjiru

Support for OV7670 would be great, as it's cheaper (at least on aliexpress) and more popular than OV7725. @igrr Thanks for looking into it.

Had the same issue, and found a solution here: https://github.com/lyuzashi/hue-platform#restore-opkg-removed-in-new-firmware

I would also need this functionality, so it would be nice if at least the README could mention this detail.

I ran into the same issue with `jest.mockAllTimers()` and React components that call a `Promise` in `componentDidMount()`. The solution from [#issuecomment-279171856](https://github.com/facebook/jest/issues/2157#issuecomment-279171856) solved the problem in an elegant way. We need...