From c0ef83f21e19a70560996c3e7caeed0fc57e3171 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 22 Feb 2020 14:51:14 -0600 Subject: [PATCH] Make small comment about flashAt change --- DS4Windows/DS4Control/ProfilePropGroups.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ProfilePropGroups.cs b/DS4Windows/DS4Control/ProfilePropGroups.cs index c0827fd..91eee96 100644 --- a/DS4Windows/DS4Control/ProfilePropGroups.cs +++ b/DS4Windows/DS4Control/ProfilePropGroups.cs @@ -62,7 +62,7 @@ namespace DS4Windows public DS4Color m_FlashLed; public double rainbow; public double maxRainbowSat = 1.0; - public int flashAt; + public int flashAt; // Battery % when flashing occurs. <0 means disabled public byte flashType; public int chargingType; }