Skip to content

Commit 85a9c4e

Browse files
committed
reactivate hid server for m5stick
1 parent 353e617 commit 85a9c4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Controllers/BluetoothController.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ void BluetoothController::handleSniff(const TerminalCommand& cmd) {
134134
Server
135135
*/
136136
void BluetoothController::handleServer(const TerminalCommand& cmd) {
137-
#ifdef DEVICE_M5STICK
138-
terminalView.println("Bluetooth Server: HID Not supported on M5Stick.");
139-
return;
140-
#endif
141-
142137
if (bluetoothService.getMode() == BluetoothMode::SERVER && bluetoothService.isConnected()) {
143138
terminalView.println("Bluetooth Server: Already Started");
144139
return;

0 commit comments

Comments
 (0)