Leonardo de Macedo Sartorello
Leonardo de Macedo Sartorello
Tudo Bem @augusto-marcelo? A ideia de aprender o front-end em DevOps é para poder auxiliar na criação de testes automatizados da aplicação final (Testes de ponta a ponta, Testes de...
Realmente @augusto-marcelo, os testes geralmente são escritos por um QA, porem em casos onde os testes falham é interessante sabermos onde estão os problemas. Em relação as referencias que estou...
I get it to work tanks to @EbrithilNogare , the report descriptor is perfect. the move code needs to be ``` void BleMouse::move(signed char x, signed char y, signed char...
try verifying by libinput with `sudo libinput debug-events --verbose` once you send the command move only the scroll whell and see what is shown, my for example appears ``` event24...
I'm going to fork the repo and create a new library based on this one on the next few days with buttons and the resolution multiplayer, so you can use...
I forked with the changes at https://github.com/leollo98/ESP32-BLE-Mouse or at platformIO with the name leollo98/ESP32 BLE Mouse With Precision Scroll
I'm using Kubuntu 24.04, with libinput 1.25.0 check if you need to add a input at `/etc/udev/hwdb.d/`, I added a file with name `11-esp32-mouse.hwdb` and content: ``` mouse:*:name:ESP*: MOUSE_WHEEL_CLICK_ANGLE=7.5 MOUSE_WHEEL_CLICK_COUNT=120...