You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of CMake required for the esp32s2 build was set to >=3.16 but Raspberry Pi's running Raspbian Buster are currently using CMake v3.13.4 so the esp32s2 build fails.
I tried setting the required version to >=3.13 and it builds OK.