Skip to content

Commit

Permalink
Merge pull request #11 from ricalvrod/patch-1
Browse files Browse the repository at this point in the history
Correction on the bleMouseInstance->onStarted(pServer);
  • Loading branch information
T-vK authored Jul 7, 2020
2 parents bd27700 + 9bf81b4 commit 138f67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BleMouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void BleMouse::taskServer(void* pvParameter) {
bleMouseInstance->hid->reportMap((uint8_t*)_hidReportDescriptor, sizeof(_hidReportDescriptor));
bleMouseInstance->hid->startServices();

bleKeyboardInstance->onStarted(pServer);
bleMouseInstance->onStarted(pServer);

BLEAdvertising *pAdvertising = pServer->getAdvertising();
pAdvertising->setAppearance(HID_MOUSE);
Expand Down

0 comments on commit 138f67a

Please sign in to comment.