mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 00:12:07 +00:00
Added more baud rates
This commit is contained in:
parent
6a99b0a6a7
commit
d85da6c9cb
2
lib/SvelteUi/app/dist/index.js
vendored
2
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -396,7 +396,7 @@
|
||||
<div class="flex w-full">
|
||||
<select name="mb" bind:value={configuration.m.b} class="in-f tr w-1/2">
|
||||
<option value={0} disabled={configuration.m.b != 0}>Autodetect</option>
|
||||
{#each [24,48,96,192,384,576,1152] as b}
|
||||
{#each [3,12,24,48,96,192,384,576,1152] as b}
|
||||
<option value={b*100}>{b*100}</option>
|
||||
{/each}
|
||||
</select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user