{
	"name": "Two ROM slots with single SPIFFS",
	"base_config": "spiffs",
	"partitions": {
		"rom0": {
			"subtype": "ota_0"
		},
		"rom1": {
			"address": "0x102000",
			"size": "992K",
			"type": "app",
			"subtype": "ota_1",
			"filename": "$(RBOOT_ROM_0_BIN)"
		}
	}
}
