I have several of these Things and unable to find two simple items about the board.
First is what is the default, factory delivered partition scheme loaded on the brand new board and is this it:?
Espressif ESP32 Partition Table
Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,20K,
otadata,data,ota,0xe000,8K,
app0,app,ota_0,0x10000,1280K,
app1,app,ota_1,0x150000,1280K,
spiffs,data,spiffs,0x290000,1472K,
No factory partition, only two ota partitions.
And the other, why do three of my Things require a Pin0 (boot0) button press to flash the flash but one Thing doesn’t need this? Started out normally with the required button0 press but what/how did this change?