fix: allowed file extension for the firmware file upload
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<file-upload [disabled]="flashFirmwareButtonDisbabled$ | async"
|
<file-upload [disabled]="flashFirmwareButtonDisbabled$ | async"
|
||||||
(fileChanged)="changeFile($event)"
|
(fileChanged)="changeFile($event)"
|
||||||
accept=".tar.bz2"
|
accept=".bz2"
|
||||||
label="Choose firmware file and flash it"></file-upload>
|
label="Choose firmware file and flash it"></file-upload>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user