Skip to content

Commit

Permalink
dadax platform download and flash buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 22, 2024
1 parent 07779a0 commit ade6be5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/get_started/20_flash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ device when asked for permission by browser.
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>
</br>
<esp-web-install-button manifest="https://ctag-fh-kiel.github.io/ctag-tbd/_static/device_manifests/manifest-tbd-dadax.json">
<button slot="activate">flash TBD dadax</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>
</br>
<esp-web-install-button manifest="https://ctag-fh-kiel.github.io/ctag-tbd/_static/device_manifests/manifest-tbd-bba2.json">
<button slot="activate">flash TBD BBA 2</button>
<span slot="unsupported">error: unsupported browser</span>
Expand Down Expand Up @@ -71,6 +77,8 @@ Download Latest Firmware Builds

`dada <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-dada-flash.bin>`_

`dadax <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-dadax-flash.bin>`_

`BBA 2 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-bba2-flash.bin>`_

`BBA 1 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-bba1-flash.bin>`_
Expand Down
13 changes: 13 additions & 0 deletions docs/get_started/_static/device_manifests/manifest-tbd-dadax.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "tbd-dadax",
"version": "v2 alpha 1",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32-P4",
"parts": [
{ "path": "https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-dadax-flash.bin", "offset": 0 }
]
}
]
}

0 comments on commit ade6be5

Please sign in to comment.