From e0aed557f8d82e168a8d019802926d8394e4425c Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 29 Nov 2020 10:20:46 +0100 Subject: [PATCH] max number of gpios is 40 --- interface/src/project/EMSESPSettingsController.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/project/EMSESPSettingsController.tsx b/interface/src/project/EMSESPSettingsController.tsx index 6ea8dc906..ca97a8af8 100644 --- a/interface/src/project/EMSESPSettingsController.tsx +++ b/interface/src/project/EMSESPSettingsController.tsx @@ -110,7 +110,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)