mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-13 02:23:14 +00:00
Option to disable UART TX
This commit is contained in:
12
lib/SvelteUi/app/dist/index.js
vendored
12
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -12,6 +12,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<option value={-1}>disabled</option>
|
||||
{#if chip == 'esp8266'}
|
||||
<option value={3}>UART0</option>
|
||||
<option value={113}>UART2</option>
|
||||
@@ -22,3 +23,4 @@
|
||||
<option value={i}>GPIO{i}</option>
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user