Limit buffer size on ESP8266 to avoid reboots

This commit is contained in:
Gunnar Skjold 2023-11-08 18:52:27 +01:00
parent f04e15f5d0
commit 133c8bc967
2 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -347,7 +347,7 @@
<option value={10}>7E1</option>
<option value={11}>8E1</option>
</select>
<input name="ms" type="number" bind:value={configuration.m.s} min={64} max={4096} step={64} class="in-l tr w-1/2">
<input name="ms" type="number" bind:value={configuration.m.s} min={64} max={sysinfo.chip == 'esp8266' ? configuration.i.h.p == 3 || configuration.i.h.p == 113 ? 512 : 128 : 4096} step={64} class="in-l tr w-1/2">
</div>
</div>
<div class="my-1">