platform: esp32: disable bluetooth serial for now
This commit is contained in:
parent
13a3dd5158
commit
6582bae0f2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user