We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a458d9c commit 4c7b154Copy full SHA for 4c7b154
src/openhdwebui.client/src/app/hardware/hardware.component.html
@@ -249,6 +249,11 @@ <h3>TX Power Settings</h3>
249
<ng-template #profilesUnavailable>
250
<p class="muted">Profile list not available.</p>
251
</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>
257
<p class="muted" *ngIf="!hasPowerProfile(selectedWifiCard)">
258
No power profile found for this card. Add it to /usr/local/share/OpenHD/SysUtils/wifi_cards.json to enable level selection.
259
</p>
0 commit comments