|
@@ -12,7 +12,7 @@ MPU6050 mpu;
|
|
|
Timer time;
|
|
Timer time;
|
|
|
BLECharacteristic *pCharacteristic;
|
|
BLECharacteristic *pCharacteristic;
|
|
|
bool deviceConnected = false;
|
|
bool deviceConnected = false;
|
|
|
-int txValue = 0;
|
|
|
|
|
|
|
+JsonDocument txValue;
|
|
|
|
|
|
|
|
#define SERVICE_UUID = NULL //theres a UUID for each esp32 from the FCC we jsut put that data here and copy it below
|
|
#define SERVICE_UUID = NULL //theres a UUID for each esp32 from the FCC we jsut put that data here and copy it below
|
|
|
#define CHARACTERISTIC_UUID_TX = NULL
|
|
#define CHARACTERISTIC_UUID_TX = NULL
|