Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteyCookie authored Sep 25, 2024
1 parent 017d719 commit 85e3553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h4>Loading...</h4>
<h5>Power</h5>
<div class="grid text-center">
<div class="col-4">
<p-knob [min]="3" [max]="20" [readonly]="true" [(ngModel)]="info.power"
<p-knob [min]="3" [max]="50" [readonly]="true" [(ngModel)]="info.power"
valueTemplate="{value}W"></p-knob>
Power
</div>
Expand Down

0 comments on commit 85e3553

Please sign in to comment.