diff --git a/flash0.html b/flash0.html index 91d8cdc..641f948 100644 --- a/flash0.html +++ b/flash0.html @@ -112,7 +112,10 @@

Connect your S2 mini, Select the "Flash" option and push connect.
Follow the steps to flash.

diff --git a/web/S2Mini_esp32_v1.0.0_marauder.ino.bin b/web/S2Mini_esp32_v1.0.0_marauder.ino.bin new file mode 100644 index 0000000..d823e99 Binary files /dev/null and b/web/S2Mini_esp32_v1.0.0_marauder.ino.bin differ diff --git a/web/S2Mini_esp32_v1.0.0_marauder.ino.bootloader.bin b/web/S2Mini_esp32_v1.0.0_marauder.ino.bootloader.bin new file mode 100644 index 0000000..cf090f3 Binary files /dev/null and b/web/S2Mini_esp32_v1.0.0_marauder.ino.bootloader.bin differ diff --git a/web/S2Mini_esp32_v1.0.0_marauder.ino.partitions.bin b/web/S2Mini_esp32_v1.0.0_marauder.ino.partitions.bin new file mode 100644 index 0000000..21800fa Binary files /dev/null and b/web/S2Mini_esp32_v1.0.0_marauder.ino.partitions.bin differ diff --git a/web/manifest_S2Mini_1.0.0.json b/web/manifest_S2Mini_1.0.0.json new file mode 100644 index 0000000..1ace6fd --- /dev/null +++ b/web/manifest_S2Mini_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "ESP32 S2 Mini Marauder v1.0.0", + "builds": [ + { + "chipFamily": "ESP32-S2", + "improv": false, + "parts": [ + { "path": "S2Mini_esp32_v1.0.0_marauder.ino.bootloader.bin", "offset": 4096 }, + { "path": "S2Mini_esp32_v1.0.0_marauder.ino.partitions.bin", "offset": 32768 }, + { "path": "S2Mini_esp32_v1.0.0_marauder.ino.bin", "offset": 65536 } + ] + }, + { + "chipFamily": "ESP8266", + "parts": [ + { "path": "esp8266.bin", "offset": 0 } + ] + } + ] +} \ No newline at end of file diff --git a/web/manifest_S2Mini.json b/web/manifest_S2Mini_13.10.json similarity index 100% rename from web/manifest_S2Mini.json rename to web/manifest_S2Mini_13.10.json