Skip to content

Commit

Permalink
Prepare Alpha FW installer
Browse files Browse the repository at this point in the history
  • Loading branch information
xx committed Nov 12, 2024
1 parent 97db347 commit 08ac7af
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Binary file added assets/firmware-next/gdoor_audio.bin
Binary file not shown.
1 change: 1 addition & 0 deletions assets/firmware-next/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "GDoor", "version": "v4.0.1", "new_install_prompt_erase": true, "new_install_improv_wait_time": 0, "builds": [{"chipFamily": "ESP32S3", "parts": [{"path": "gdoor_audio.bin", "offset": 0}]}]}
24 changes: 24 additions & 0 deletions web-installer-next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: framework
title: Web Installer - Alpha Version
---
<script
type="module"
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
></script>

# Web Installer - Alpha Version
Welcome to the GDoor Web Installer, used to program the latest GDoor firmware
on your GDoor hardware adapter via USB connection.

Please read the [documentation](/documentation/getting-started.html) first
for hardware requirements and how to proceed after flashing it.

<esp-web-install-button
manifest="assets/firmware-next/manifest.json"
>
<button class="button" slot="activate">Start Firmware Installation</button>
<span id="unsupported" slot="unsupported">Error: Your browser does not support WebUSB. Please use either Chrome or Edge Browser.</span>
<span id="not-allowed" slot="not-allowed">Error: The Web Installer was not granted permission to access USB.</span>
</esp-web-install-button>

0 comments on commit 08ac7af

Please sign in to comment.