mirror of
https://github.com/ShikyC/Taiko-Drum-Controller-Arduino.git
synced 2024-11-12 00:50:46 +01:00
Final cleanup
This commit is contained in:
parent
e085187f46
commit
0e043e792e
@ -25,9 +25,6 @@ float sensitivity[] = {1.0, 1.0, 1.0, 1.0};
|
|||||||
short maxIndex;
|
short maxIndex;
|
||||||
float maxPower;
|
float maxPower;
|
||||||
|
|
||||||
void bluetoothTask(void*);
|
|
||||||
void typeText(const char* text);
|
|
||||||
|
|
||||||
unsigned long lastTime;
|
unsigned long lastTime;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "HIDKeyboardTypes.h"
|
#include "HIDKeyboardTypes.h"
|
||||||
#include "HIDTypes.h"
|
#include "HIDTypes.h"
|
||||||
|
|
||||||
#define DEVICE_NAME "ESP32 Bluetooth Keyboard"
|
#define DEVICE_NAME "ESP32 Taiko Controller"
|
||||||
|
|
||||||
bool isBleConnected = false;
|
bool isBleConnected = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user