We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353e617 commit 85a9c4eCopy full SHA for 85a9c4e
src/Controllers/BluetoothController.cpp
@@ -134,11 +134,6 @@ void BluetoothController::handleSniff(const TerminalCommand& cmd) {
134
Server
135
*/
136
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
-
142
if (bluetoothService.getMode() == BluetoothMode::SERVER && bluetoothService.isConnected()) {
143
terminalView.println("Bluetooth Server: Already Started");
144
return;
0 commit comments