diff --git a/index.html b/index.html
index e231d84..bd62464 100644
--- a/index.html
+++ b/index.html
@@ -882,6 +882,28 @@
},
],
},
+ {
+ name: "Seeed Studio XIAO ESP32S3",
+ id: ROM.PRODUCT_XIAO_ESP32S3,
+ platform: ROM.PLATFORM_ESP32,
+ models: [
+ {
+ id: ROM.MODEL_DD,
+ name: "868 MHz / 915 MHz / 923 MHz",
+ },
+ ],
+ firmware_filename: "rnode_firmware_xiao_esp32s3.zip",
+ flash_config: {
+ flash_size: "8MB",
+ flash_files: {
+ "0xe000": "rnode_firmware_xiao_esp32s3.boot_app0",
+ "0x0": "rnode_firmware_xiao_esp32s3.bootloader",
+ "0x10000": "rnode_firmware_xiao_esp32s3.bin",
+ "0x210000": "console_image.bin",
+ "0x8000": "rnode_firmware_xiao_esp32s3.partitions",
+ },
+ },
+ },
],
// Liam's default config for New Zealand / LongFast on Slot 10
@@ -1843,4 +1865,4 @@