From 0e043e792edf485c4f1263f29c1ec3f8e4b9cb0c Mon Sep 17 00:00:00 2001 From: Xun Zhang Date: Sun, 24 Dec 2023 22:12:02 -0800 Subject: [PATCH] Final cleanup --- ESP32/ESP32.ino | 3 --- ESP32/keyboard.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ESP32/ESP32.ino b/ESP32/ESP32.ino index 688cfd6..ee649a8 100644 --- a/ESP32/ESP32.ino +++ b/ESP32/ESP32.ino @@ -25,9 +25,6 @@ float sensitivity[] = {1.0, 1.0, 1.0, 1.0}; short maxIndex; float maxPower; -void bluetoothTask(void*); -void typeText(const char* text); - unsigned long lastTime; void setup() { diff --git a/ESP32/keyboard.h b/ESP32/keyboard.h index 1baa185..302f966 100644 --- a/ESP32/keyboard.h +++ b/ESP32/keyboard.h @@ -6,7 +6,7 @@ #include "HIDKeyboardTypes.h" #include "HIDTypes.h" -#define DEVICE_NAME "ESP32 Bluetooth Keyboard" +#define DEVICE_NAME "ESP32 Taiko Controller" bool isBleConnected = false;