diff --git a/src/platform/arduino/esp32/BluetoothSerialTelemetry.cpp b/src/platform/arduino/esp32/BluetoothSerialTelemetry.cpp index b92a16b..99e7aeb 100644 --- a/src/platform/arduino/esp32/BluetoothSerialTelemetry.cpp +++ b/src/platform/arduino/esp32/BluetoothSerialTelemetry.cpp @@ -1,8 +1,9 @@ +#if 0 #include "BluetoothSerialTelemetry.h" -#include "../../Static.h" -#include "../../Platform.h" +#include "../../../Static.h" +#include "../../../Platform.h" #include -#include "../../inputs/Buttons.h" +#include "../../../inputs/Buttons.h" #include @@ -91,3 +92,4 @@ BluetoothSerialTelemetry::onStart() STATIC_ALLOC(BluetoothSerialTelemetry); STATIC_TASK(BluetoothSerialTelemetry); +#endif