MaxRPM calibration tweaks

This commit is contained in:
Serge
2023-07-27 23:50:31 +02:00
parent b7910d9f79
commit b304ce22b9
5 changed files with 54 additions and 18 deletions

View File

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