add E32V2 board profile, fix autodetect and GPIOs

This commit is contained in:
MichaelDvP
2023-10-22 17:40:38 +02:00
parent 509d213536
commit 5e6b0f64bd
5 changed files with 46 additions and 16 deletions

View File

@@ -8,8 +8,7 @@ export const GPIO_VALIDATOR = {
if (
value &&
(value === 1 ||
(value >= 6 && value <= 12) ||
(value >= 14 && value <= 15) ||
(value >= 6 && value <= 11) ||
value === 20 ||
value === 24 ||
(value >= 28 && value <= 31) ||