platform: esp32: disable bluetooth serial for now

This commit is contained in:
Torrie Fischer 2023-12-23 11:15:46 +01:00
parent 13a3dd5158
commit 6582bae0f2

View File

@ -1,8 +1,9 @@
#if 0
#include "BluetoothSerialTelemetry.h" #include "BluetoothSerialTelemetry.h"
#include "../../Static.h" #include "../../../Static.h"
#include "../../Platform.h" #include "../../../Platform.h"
#include <ArduinoLog.h> #include <ArduinoLog.h>
#include "../../inputs/Buttons.h" #include "../../../inputs/Buttons.h"
#include <cstdlib> #include <cstdlib>
@ -91,3 +92,4 @@ BluetoothSerialTelemetry::onStart()
STATIC_ALLOC(BluetoothSerialTelemetry); STATIC_ALLOC(BluetoothSerialTelemetry);
STATIC_TASK(BluetoothSerialTelemetry); STATIC_TASK(BluetoothSerialTelemetry);
#endif