Compiler fault on ESP32

Dear forum,

I'm unable to compile the Arduino IoT cloud on my ESP32 since there was an update on the IDE. Do you have any ideas what to do to solve this issue?

Thanks and best regards,

Johann

Hi @milchluchskuj,
something has changed in the esp core with the new 3.0.0 release. To fix your issue you can downgrade the core, 2.0.17 should work.

1 Like

Thanks, this helps