Hi All. This is my first post on this forum.
I want to build Bruce Firmware locally on my PC for CYD-2432W328C. I have cloned the source from GIT, and when I try to build the code, I keep getting this error:
Resolving CYD-2432W328C dependencies…
Platform Manager: Installing Release Arduino Release v3.3.7 based on ESP-IDF v5.5.2.260206 · pioarduino/platform-espressif32 · GitHub
PackageException: Unknown archive type ‘d:\emb\Arduino\VSCode\CYD\Bruce_Firmware.pio\cache\downloads\43494ad2c7a4d12fd55cd89fb85602d0acfa913c’
I can’t seem to find the version of “platform-espressif32.zip” the path points to.
If I replace the default statement in the platform.ini file with:
platform = espressif32
I get the following
UndefinedEnvPlatformError: Please specify platform for ‘CYD-2432W328C’ environment
Can someone please help in getting my source to build?
Thanks
KV.