mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
MaxRPM calibration tweaks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using GHelper.Helpers;
|
||||
using HidLibrary;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
|
||||
namespace GHelper
|
||||
@@ -457,7 +456,7 @@ namespace GHelper
|
||||
}
|
||||
|
||||
//Logger.WriteLine(BitConverter.ToString(msg));
|
||||
if (init) auraDevice.Write(new byte[] { AURA_HID_ID ,0xbc});
|
||||
if (init) auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc });
|
||||
auraDevice.Write(msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user