From 75574f663b60616ef128b20df2351c179b5a3556 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 6 Jan 2024 10:47:15 +0100 Subject: [PATCH] uppercase Digital In/Out --- interface/src/project/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index 9fe1bde37..c28043b09 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -223,12 +223,12 @@ export enum AnalogType { export const AnalogTypeNames = [ '(disabled)', - 'Digital in', + 'Digital In', 'Counter', 'ADC', 'Timer', 'Rate', - 'Digital out', + 'Digital Out', 'PWM 0', 'PWM 1', 'PWM 2'