From 2dfba3f7d07742a3dc33c84b045ab3fc1de28b38 Mon Sep 17 00:00:00 2001 From: Proddy Date: Fri, 5 Jan 2024 22:36:53 +0100 Subject: [PATCH] default GPIO is 21 (40 is invalid) --- interface/src/project/DashboardSensors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/project/DashboardSensors.tsx b/interface/src/project/DashboardSensors.tsx index 9fde6feae..ea2bfdb90 100644 --- a/interface/src/project/DashboardSensors.tsx +++ b/interface/src/project/DashboardSensors.tsx @@ -262,7 +262,7 @@ const DashboardSensors: FC = () => { setSelectedAnalogSensor({ id: Math.floor(Math.random() * (Math.floor(200) - 100) + 100), n: '', - g: 40, + g: 21, // default GPIO 21 which is safe for all platforms u: 0, v: 0, o: 0,