-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xx
committed
Nov 12, 2024
1 parent
97db347
commit 08ac7af
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||