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
Compiles and runs underneath: Linux Mint 21.3 Kernel 5.15.x
I just needed to add #include <QDebug> to mainwindow.cpp I think running qmake and make works as qt5 is preinstalled.
#include <QDebug>
mainwindow.cpp
The text was updated successfully, but these errors were encountered:
Great to hear, thank you for the info!
Sorry, something went wrong.
Ah and also, I noticed something. I am using Logitech G733 and whenever I turned my headset off, it returns -24 as code for battery, instead of -2.
henever I turned my headset off, it returns -24 as code for
Are you running latest version of headsetcontrol? If so, try to run headsetcontrol -o json and look for battery level and it should look like this:
headsetcontrol -o json
"battery": { "status": "BATTERY_UNAVAILABLE", "level": -1 }
It might be a bug related of how the battery level/status is calculated/detected on headsetcontrol.
No branches or pull requests
Compiles and runs underneath:
Linux Mint 21.3
Kernel 5.15.x
I just needed to add
#include <QDebug>
tomainwindow.cpp
I think running qmake and make works as qt5 is preinstalled.
The text was updated successfully, but these errors were encountered: