What needs to be done to get a 4mb .bin as Stuart original build has?

Hello all,
I’ve just installed IDE platformIO and imported the diyBMSv4ESP32.
It can not find any include file.
How can I configure this? I must be some setting…

Update: after Win Reboot and reopening the project, it installed more stuff.
Compiling is working, but output file is “diybms_controller_firmware_espressif32_esp32-devkitc.bin” with size of only 1,5mb. Flashing it to ESP32 will result in permanent reset…

What needs to be done to get a 4mb .bin as Stuart original build has?


I figured out how to compile and direct upload to ESP32. File output still not working… but that is OK for debugging…

That file is generated as part of a github action - its an automated release process. You don’t need it to upload directly from platformio, as you have found out.