opener fixes

This commit is contained in:
technyon
2022-05-30 21:24:35 +02:00
parent 875dc34012
commit 836b84b549
7 changed files with 57 additions and 74 deletions

View File

@@ -304,7 +304,7 @@ const bool NukiWrapper::isPaired()
return _paired;
}
BleScanner::Scanner *NukiWrapper::bleScanner()
BleScanner::Scanner* NukiWrapper::bleScanner()
{
return _bleScanner;
}