* ESP32: SerialBLEInterface, delay(500) not needed

This commit is contained in:
Scott Powell
2025-02-26 21:08:54 +11:00
parent 54af8ad2a9
commit be2af61dfe

View File

@@ -211,7 +211,6 @@ size_t SerialBLEInterface::checkRecvFrame(uint8_t dest[]) {
clearBuffers();
BLE_DEBUG_PRINTLN("SerialBLEInterface -> disconnecting...");
delay(500); // give the bluetooth stack the chance to get things ready
//pServer->getAdvertising()->setMinInterval(500);
//pServer->getAdvertising()->setMaxInterval(1000);