mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-27 09:20:22 +00:00
Added GPIO 20 and 21 for ESP32-C3 (#979)
* Added GPIO 20 and 21 for C3 * Updated webapp after changing GPIO for C3
This commit is contained in:
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
@@ -7,7 +7,7 @@
|
||||
case 'esp8266': gpioMax = 16; break;
|
||||
case 'esp32s2': gpioMax = 44; break;
|
||||
case 'esp32s3': gpioMax = 46; break;
|
||||
case 'esp32c3': gpioMax = 19; break;
|
||||
case 'esp32c3': gpioMax = 21; break;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -23,4 +23,3 @@
|
||||
<option value={i}>GPIO{i}</option>
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user