From f0e8b99d1f2aa2316effcb9ab2e1dfc22b9e9ae6 Mon Sep 17 00:00:00 2001 From: ATOMNFT Date: Thu, 28 Mar 2024 10:01:12 -0500 Subject: [PATCH] Added 2usb flash tool --- flash0.html | 3 +++ web/manifest_cyd2usb - Copy.json | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 web/manifest_cyd2usb - Copy.json diff --git a/flash0.html b/flash0.html index 14c8783..24b0492 100644 --- a/flash0.html +++ b/flash0.html @@ -96,6 +96,9 @@
  • +
  • +
  • +
  • diff --git a/web/manifest_cyd2usb - Copy.json b/web/manifest_cyd2usb - Copy.json new file mode 100644 index 0000000..f25ccbd --- /dev/null +++ b/web/manifest_cyd2usb - Copy.json @@ -0,0 +1,20 @@ +{ + "name": "CM-Box Flasher", + "builds": [ + { + "chipFamily": "ESP32", + "improv": false, + "parts": [ + { "path": "esp32_CMBOX2USB_marauder.ino.bootloader.bin", "offset": 4096 }, + { "path": "esp32_CMBOX2USB_marauder.ino.partitions.bin", "offset": 32768 }, + { "path": "esp32_CMBOX2USB_marauder.ino", "offset": 65536 } + ] + }, + { + "chipFamily": "ESP8266", + "parts": [ + { "path": "esp8266.bin", "offset": 0 } + ] + } + ] +} \ No newline at end of file