Skip to content

Added 'advertise' and 'isConnected' functions to DashioBLE

Latest
Compare
Choose a tag to compare
@ParisMolver ParisMolver released this 07 Sep 13:42
void DashioBLE::advertise(){pAdvertising->start();}
bool DashioBLE::isConnected(){if (pServer->getConnectedCount() > 0) {return true;} else {return false;}}