Skip to content

Commit

Permalink
Update BleGamepad.h - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Jan 29, 2025
1 parent 87880ec commit 821df80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BleGamepad.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ class BleGamepad
std::string deviceName;
bool isOutputReceived();
uint8_t* getOutputBuffer();
bool deleteBond(bool resetBoard = false);
bool deleteAllBonds(bool resetBoard = false);
bool enterPairingMode();
bool deleteBond(bool resetBoard = false);
bool deleteAllBonds(bool resetBoard = false);
bool enterPairingMode();

protected:
virtual void onStarted(NimBLEServer *pServer){};
Expand Down

0 comments on commit 821df80

Please sign in to comment.