Removed 802.11b tick from ESP8266

This commit is contained in:
Gunnar Skjold
2023-09-26 20:53:14 +02:00
parent 81dedcbf6e
commit be9b7a16e4
2 changed files with 11 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -404,9 +404,11 @@
<div class="my-3">
<label><input type="checkbox" name="wa" value="true" bind:checked={configuration.w.a} class="rounded mb-1"/> Auto reboot on connection problem</label>
</div>
{#if sysinfo.chip != 'esp8266'}
<div class="my-3">
<label><input type="checkbox" name="wb" value="true" bind:checked={configuration.w.b} class="rounded mb-1"/> Allow 802.11b legacy rates</label>
</div>
{/if}
</div>
<div class="cnt">
<strong class="text-sm">Network</strong>