Minimal Setup example can't build - framework version issue?

Hi @Extremebias,

There was a bug in this line:

platform = espressif32

Should be

platform = espressif32@2.1.0

It’s the same issue as in this thread Problem using Husarnet in ESP32-Cam with Platformio .

Already pushed a commit fixing the docs.

Best,
Dominik