mirror of
https://github.com/espressif/esp32-camera.git
synced 2025-07-04 16:13:11 +08:00

Change is necessary in order to not stop other GPIO ISR uses that users might have in their code. This would cause an error to be emitted when driver is re-initialized, but it's dismissed in code, so the error will not cause any other change in behavior. cc @AxelLin @wouterdebie