mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-04 11:55:56 +00:00
* ESP32: SerialBLEInterface, delay(500) not needed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user