From ffb3d59b80a91ce128192c74a364aa19d50583b3 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Fri, 20 Nov 2020 17:50:37 +0200 Subject: [PATCH] flashing tool - update 1 --- app/index.html | 128 ++++++++++------- app/js/websocket.js | 12 ++ app/wizards/flashingtool/grbl-flashing.js | 159 +++++++++++++++++++--- boot_app0.bin | Bin 0 -> 8192 bytes bootloadcommand.txt | 2 + bootloader_qio_80m.bin | Bin 0 -> 17392 bytes firmware.bin | Bin 0 -> 1295072 bytes firmware.partitions.bin | Bin 0 -> 3072 bytes index.js | 135 ++++++++++++++++++ package-lock.json | 106 +++++++++++++-- package.json | 5 +- 11 files changed, 462 insertions(+), 85 deletions(-) create mode 100644 boot_app0.bin create mode 100644 bootloadcommand.txt create mode 100644 bootloader_qio_80m.bin create mode 100644 firmware.bin create mode 100644 firmware.partitions.bin diff --git a/app/index.html b/app/index.html index 5a8d6a7..0c174c5 100644 --- a/app/index.html +++ b/app/index.html @@ -321,7 +321,7 @@
  • Customize Shortcut Key Assignments
  • -
  • Flashing Tool
  • +
  • Firmware Flashing Tool
  • @@ -1120,61 +1120,91 @@