Skip to content

Commit 4c7b154

Browse files
Update hardware.component.html
1 parent a458d9c commit 4c7b154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/openhdwebui.client/src/app/hardware/hardware.component.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ <h3>TX Power Settings</h3>
249249
<ng-template #profilesUnavailable>
250250
<p class="muted">Profile list not available.</p>
251251
</ng-template>
252+
<label class="form-field">
253+
<span>Power level</span>
254+
<input type="text" [(ngModel)]="txPowerForm.powerLevel" [disabled]="txPowerSaving || loadingWifi || isFixedProfile()"
255+
placeholder="lowest | low | mid | high | auto">
256+
</label>
252257
<p class="muted" *ngIf="!hasPowerProfile(selectedWifiCard)">
253258
No power profile found for this card. Add it to /usr/local/share/OpenHD/SysUtils/wifi_cards.json to enable level selection.
254259
</p>

0 commit comments

Comments
 (0)