Make small comment about flashAt change

This commit is contained in:
Travis Nickles 2020-02-22 14:51:14 -06:00
parent 99a678c3b5
commit c0ef83f21e

View File

@ -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;
}