mirror of
https://github.com/tenderlove/initial-v.git
synced 2025-04-11 10:40:08 +00:00
work with latest esp-nimble-cpp
This commit is contained in:
parent
9dddd311ec
commit
b248c87e84
firmware
Submodule firmware/components/esp-nimble-cpp updated: 750c5183f6...32815e775e
Submodule firmware/components/esp-nimble-keyboard updated: 59bffd9bbb...f2cd6aa495
@ -41,7 +41,7 @@ class HIDDataCallbacks : public NimBLECharacteristicCallbacks
|
||||
public:
|
||||
HIDDataCallbacks(void) { }
|
||||
|
||||
void onWrite(NimBLECharacteristic* me) {
|
||||
void onWrite(NimBLECharacteristic* me, NimBLEConnInfo& connInfo) {
|
||||
size_t len = me->getDataLength();
|
||||
const uint8_t *buff = me->getValue()->data();
|
||||
handle_state_t tx_action;
|
||||
|
Loading…
Reference in New Issue
Block a user