mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -4543,7 +4543,10 @@ router
|
|||||||
|
|
||||||
// Build list of available GPIOs (S3 board pins) excluding used ones
|
// Build list of available GPIOs (S3 board pins) excluding used ones
|
||||||
// and sort it
|
// and sort it
|
||||||
const allGPIOs = [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 21, 33, 34, 35, 36, 37, 38, 45, 46];
|
const allGPIOs = [
|
||||||
|
2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 21, 33, 34, 35, 36, 37, 38,
|
||||||
|
45, 46
|
||||||
|
];
|
||||||
const usedGPIOs = new Set([
|
const usedGPIOs = new Set([
|
||||||
settings.led_gpio,
|
settings.led_gpio,
|
||||||
settings.dallas_gpio,
|
settings.dallas_gpio,
|
||||||
|
|||||||
Reference in New Issue
Block a user