From 1040b0988ae252e3b2f707e8a9634969fa37ecd5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 1 May 2022 15:37:34 -0500 Subject: [PATCH] Removed unused members causing warnings --- src/esp32/ESP32Bluetooth.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/esp32/ESP32Bluetooth.cpp b/src/esp32/ESP32Bluetooth.cpp index 1816e7f6d..5ed46f119 100644 --- a/src/esp32/ESP32Bluetooth.cpp +++ b/src/esp32/ESP32Bluetooth.cpp @@ -23,9 +23,6 @@ // proccess at once // static uint8_t trBytes[_max(_max(_max(_max(ToRadio_size, RadioConfig_size), User_size), MyNodeInfo_size), FromRadio_size)]; static uint8_t fromRadioBytes[FromRadio_size]; -static uint8_t toRadioBytes[ToRadio_size]; - -static bool bleConnected; NimBLECharacteristic *FromNumCharacteristic; NimBLEServer *bleServer;