mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
fix: swap update www and esp-miner (#771)
This commit is contained in:
parent
64218d63d2
commit
dd4ecbc72e
@ -28,6 +28,16 @@
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 lg:col-12 xl:col-4">
|
||||
<div class="card">
|
||||
<h2>Update Website <span *ngIf="websiteUpdateProgress != null">{{websiteUpdateProgress}}%</span></h2>
|
||||
|
||||
<p-fileUpload #websiteUpload [customUpload]="true" mode="basic" accept=".bin" (uploadHandler)="otaWWWUpdate($event)"
|
||||
[auto]="true" chooseLabel="Browse"></p-fileUpload>
|
||||
|
||||
<small>(www.bin)</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 lg:col-6 xl:col-4">
|
||||
<div class="card">
|
||||
<h2>Update Firmware <span *ngIf="firmwareUpdateProgress != null">{{firmwareUpdateProgress}}%</span></h2>
|
||||
@ -39,14 +49,4 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 lg:col-12 xl:col-4">
|
||||
<div class="card">
|
||||
<h2>Update Website <span *ngIf="websiteUpdateProgress != null">{{websiteUpdateProgress}}%</span></h2>
|
||||
|
||||
<p-fileUpload #websiteUpload [customUpload]="true" mode="basic" accept=".bin" (uploadHandler)="otaWWWUpdate($event)"
|
||||
[auto]="true" chooseLabel="Browse"></p-fileUpload>
|
||||
|
||||
<small>(www.bin)</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user