show firmware size and firmware download link in firmware build detail view
This commit is contained in:
parent
ebfdf1d69f
commit
4307a7fc4d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
<strong>SPI Flash Mode:</strong> {{ build.firmware_image.header.spi_flash_mode.name }}<br>
|
||||
<strong>App ELF SHA256:</strong> <small>{{ build.sha256_hash }}</small><br>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Binary Size:</strong> {{ build.binary.size|filesizeformat }} ({{ build.binary.size }} bytes)<br>
|
||||
<strong>Download:</strong> <a href="{{ build.binary.url }}">Click HERE for free download</a>
|
||||
</p>
|
||||
<h4>Compatible boards:</h4>
|
||||
<ul>
|
||||
{% for board in build.boards %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue