Skip to content

Commit

Permalink
Included version number
Browse files Browse the repository at this point in the history
Defined BLE_KEYBOARD_VERSION "1.1" for debugging purposes.
  • Loading branch information
DustinWatts committed Jan 1, 2021
1 parent f70256e commit 55cccf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions BleKeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
static const char* LOG_TAG = "BLEDevice";
#endif


// Report IDs:
#define KEYBOARD_ID 0x01
#define MEDIA_KEYS_ID 0x02
Expand Down Expand Up @@ -97,7 +96,6 @@ BleKeyboard::BleKeyboard(std::string deviceName, std::string deviceManufacturer,
this->connectionStatus = new BleConnectionStatus();
}


TaskHandle_t xHandle = NULL;

void BleKeyboard::begin(void)
Expand Down
1 change: 1 addition & 0 deletions BleKeyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "BLECharacteristic.h"
#include "Print.h"

#define BLE_KEYBOARD_VERSION "1.1"

const uint8_t KEY_LEFT_CTRL = 0x80;
const uint8_t KEY_LEFT_SHIFT = 0x81;
Expand Down

0 comments on commit 55cccf2

Please sign in to comment.