mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* ESP32: SerialBLEInterface, delay(500) not needed
This commit is contained in:
parent
54af8ad2a9
commit
be2af61dfe
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue