Final cleanup

This commit is contained in:
Xun Zhang 2023-12-24 22:12:02 -08:00
parent e085187f46
commit 0e043e792e
2 changed files with 1 additions and 4 deletions

View File

@ -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() {

View File

@ -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;