mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-03 21:32:54 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d6e63a171 |
16
lib/SvelteUi/app/dist/index.js
vendored
16
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -19,7 +19,6 @@
|
|||||||
<option value={18}>UART1</option>
|
<option value={18}>UART1</option>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if chip.startsWith('esp32')}
|
|
||||||
{#each {length: gpioMax+1} as _, i}
|
{#each {length: gpioMax+1} as _, i}
|
||||||
{#if i > 3
|
{#if i > 3
|
||||||
&& !(chip == 'esp32' && (i == 9 || i == 16))
|
&& !(chip == 'esp32' && (i == 9 || i == 16))
|
||||||
@@ -29,4 +28,3 @@
|
|||||||
<option value={i}>GPIO{i}</option>
|
<option value={i}>GPIO{i}</option>
|
||||||
{/if}
|
{/if}
|
||||||
{/each}
|
{/each}
|
||||||
{/if}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user