bitluni / ESP32CompositeVideo

343 stars 62 forks source link

'I2S_CLKM_CONF_REG' was not declared in this scope #37

Open Giak88 opened 2 months ago

Giak88 commented 2 months ago

I've installed all necessary library, also the i2s.h file from the 'esp32'.

In the CompositeOutput.h cannot compile due to 'I2S_CLKM_CONF_REG' was not declared in this scope.

I've not touched the code since I want it running as a test.

kestiq commented 2 weeks ago

Had same issue. Downgrading esp32 in boards manager to 2.0.0 worked for me.