From d31ef3c66c9919d3520ee34db062687a84bc5fa4 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 8 Sep 2020 14:01:33 -0700 Subject: Add delay on button enable after writing to driver --- grapher/Constants/Constants.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'grapher/Constants/Constants.cs') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 51cd0cb..d74d045 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -80,6 +80,12 @@ namespace grapher /// Format string for default dropdowns. public const string AccelDropDownDefaultShortText = "Accel Type"; + /// Default text to be displayed on write button. + public const string WriteButtonDefaultText = "Write To Driver"; + + /// Default text to be displayed on write button. + public const string WriteButtonDelayText = "Delay"; + /// Default name of settings file. public const string DefaultSettingsFileName = @"settings.json"; -- cgit v1.2.3