Don Haig

Results 3 comments of Don Haig

I am using 1.9.0. I will give 1.8.0 a try. Thanks

### ESP32-S3-DEVKITC-1-N8 I have the same issue when programming an ESP32-S3-DEVKITC-1-N8 v1.8 board. The only connection to the board is a USB cable connected to the UART port. ### Compile...

In BleConnectionStatus.cpp, try adding a line to the end of void BleConnectionStatus::onDisconnect(BLEServer* pServer) routine: pServer->getAdvertising()->start(); Don