We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following fabioroberto comments add the following changes to void patchKernelExtensionFile(QFile* kernelFile); function :
void patchKernelExtensionFile(QFile* kernelFile);
LogControl
0
1
IdleInterval
100
10
P3HistoryLenght
SensorSampleRate
10.000
The text was updated successfully, but these errors were encountered:
Remove of P3HistoryLenght value in progress (#16)
baaec1f
Real commit is c98f252
Sorry, something went wrong.
keys are missing their values :
<key>SensorOption</key> <key>SensorSampleRate</key> <key>TargetCount</key>
If patch runned several times, it will delete values. Before removing a Sibling, check if it really exists
f21429a
No branches or pull requests
Following fabioroberto comments add the following changes to
void patchKernelExtensionFile(QFile* kernelFile);
function :LogControl
value from0
to1
IdleInterval
value from100
to10
P3HistoryLenght
settingSensorSampleRate
from10
to10.000
The text was updated successfully, but these errors were encountered: