From cd2ea1d5fc2c2be8942f1aaf7986719d39f04c13 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 24 Jan 2022 18:02:57 +0100 Subject: [PATCH] helptext for string commands --- interface/src/project/DashboardData.tsx | 4 ++++ interface/src/project/types.ts | 1 + src/emsdevice.cpp | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/interface/src/project/DashboardData.tsx b/interface/src/project/DashboardData.tsx index a94b69aac..96c9d17d3 100644 --- a/interface/src/project/DashboardData.tsx +++ b/interface/src/project/DashboardData.tsx @@ -14,6 +14,7 @@ import { DialogActions, MenuItem, InputAdornment, + FormHelperText, IconButton, List, ListItem, @@ -248,6 +249,9 @@ const DashboardData: FC = () => { }} /> )} + {deviceValue.h && ( + {deviceValue.h} + )}