You should write some warning somewhere that this is only for lolin esp32 S3 version. I just "destroyed" two different esp32 (esp32 dev1 and esp32 c6) boards because of your prebuild bin file.
So, your bin file is only good for your board, and you should name it that way so others like me don't "destroy" their boards.
Btw, this is error from logs i'm getting rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
It's because you are using some pins on your board that are different on other, so when you pull them high or low, that create problems. As you can read here espressif/arduino-esp32#4278
You should write some warning somewhere that this is only for lolin esp32 S3 version. I just "destroyed" two different esp32 (esp32 dev1 and esp32 c6) boards because of your prebuild bin file.
So, your bin file is only good for your board, and you should name it that way so others like me don't "destroy" their boards.
Btw, this is error from logs i'm getting rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
It's because you are using some pins on your board that are different on other, so when you pull them high or low, that create problems. As you can read here espressif/arduino-esp32#4278