1 Commits

Author SHA1 Message Date
Róbert Kiss
3659b76373 fix: allowed file extension for the firmware file upload 2019-08-23 21:15:25 +02:00

View File

@@ -23,7 +23,7 @@
</button>
<file-upload [disabled]="flashFirmwareButtonDisbabled$ | async"
(fileChanged)="changeFile($event)"
accept=".tar.bz2"
accept=".bz2"
label="Choose firmware file and flash it"></file-upload>
</p>