#include #include "TTGO_T-Beam_LoRa_APRS_config.h" #include #if defined(ENABLE_BLUETOOTH) #include "BluetoothSerial.h" extern BluetoothSerial SerialBT; #endif extern QueueHandle_t tncToSendQueue; extern QueueHandle_t tncReceivedQueue; void taskTNC(void *parameter);