Skip to content

Tags: asterics/esp32_mouse_keyboard

Tags

v0.3.7

Toggle v0.3.7's commit message
module type must be selected on compilation now (either esp32_miniBT …

…or Arduino Nano RP2040 Connect); fixed linking error with BLE & esp idf 5

v0.3.6

Toggle v0.3.6's commit message
joystick can be enabled/disabled on the fly with $JP0 / $JP1:

* fixed indentations in command overview
* added $JP command & corresponding field in config struct & NVS storage
* added the flag for enabling joystick to esp_hidd_register_callbacks (and down in the stack)
* added a new report map without joystick, only available when joystick is activated
* added a second hidd_le_gatt_db with the second report map

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #63 from asterics/gamepad2022

Gamepad implementation

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #62 from asterics/RP2040

Support for Arduino Nano Connect RP2040

v0.3.2

Toggle v0.3.2's commit message
Debug serial port: go back to default mode after entering a "$xxx" co…

…mmand

v0.3.1

Toggle v0.3.1's commit message
Changed appearance to mouse, closing #52

v0.3

Toggle v0.3's commit message
Changed version string for v0.3 release

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from asterics/bumpEspressifExample

Updated Espressif example, fixing many compatibility issues with Win10/iOS (especially accessible switch control & assistive touch bugs)

preMerge

Toggle preMerge's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from HotIce0/patch-1

fix error

preMergeNewBLE

Toggle preMergeNewBLE's commit message
this is the state before merging the newBLE branch (using the BT-stac…

…k by Neil Kolban)