kovadam69
kovadam69
Thanks for sending a pull request! **Please make sure that you are using `feature` branch, since all the WiFi Analyzer changes are done on the `feature` branch!** [How to submit...
I added IntelliJ like parameter completion proposals beside the current case-insensitive completion proposals. This means if user inputs chThVarO will match the variable name checkThisVariableOut. **These methods are in the...
Hi During boot I get two errors: ``` shift-out-of-bounds in /.../rtw8852be/phl/hal_g6/phy/bb/halbb_interface.c:235:42 shift exponent 32 is too large for 32-bit type 'unsinged int' ``` and ``` shift-out-of-bounds in /.../rtw8852be/phl/hal_g6/phy/bb/halbb_interface.c:184:44 shift exponent...
Hi Connected to the other issue on the wifi driver I managed to get further, at least now the BT driver is loaded and prints some info into dmesg. I...
When defining a Service Task and I would like to provide a Service Class name, but I can not write the Class Name field, only I can choose from Classes...
Based on venkato's proposal I did the changes on the current master branch. I did also some enhancement to give more precise completions and support more cases (like resolving complex...